projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d21247
)
Add missing declaration.
author
Jason S. Ninneman
<jsn@mbar.us>
Tue, 27 Jun 2017 05:01:13 +0000
(22:01 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Tue, 27 Jun 2017 05:01:13 +0000
(22:01 -0700)
newdungeon.py
patch
|
blob
|
history
diff --git
a/newdungeon.py
b/newdungeon.py
index ff48caef108a9a06af49d587b0ec3bd805320a24..7f37b36f82b2c2af8dfe46be24ac732244588fe7 100755
(executable)
--- a/
newdungeon.py
+++ b/
newdungeon.py
@@
-107,6
+107,7
@@
extern const hint_t hints[];
extern long conditions[];
extern const long actspk[];
extern const motion_t motions[];
+extern const action_t actions[];
#define NLOCATIONS {}
#define NOBJECTS {}