diff options
| -rw-r--r-- | engines/glk/alan2/util.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/glk/alan2/util.h b/engines/glk/alan2/util.h index 3f5a482cd7..fa33af35f5 100644 --- a/engines/glk/alan2/util.h +++ b/engines/glk/alan2/util.h @@ -31,7 +31,7 @@ namespace Glk {  namespace Alan2 {  // TODO: Move these -LitElem litValues[]; +extern LitElem *litValues;  uint32 litCount = 0;	// for LITMAX  extern ActElem *acts;	// Actor table pointer  extern ObjElem *objs;	// Object table pointer | 
