From: Jason S. Ninneman Date: Tue, 27 Jun 2017 05:01:13 +0000 (-0700) Subject: Add missing declaration. X-Git-Tag: 1.1~88 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=c080ea85bbba8def903facaf8e94e4b04e3924e2 Add missing declaration. --- diff --git a/newdungeon.py b/newdungeon.py index ff48cae..7f37b36 100755 --- 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 {}