aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2018-12-27 15:18:34 +0200
committerFilippos Karapetis2018-12-28 13:41:39 +0200
commitc6d6f8de0a0347932cd6fd1ec8ef5e12ce5e9de9 (patch)
tree19a99af088a24eac2aac48042853a1aa54105da2 /engines
parent91490c27adfde5f41b21bb2f3a6f648aab4270d0 (diff)
downloadscummvm-rg350-c6d6f8de0a0347932cd6fd1ec8ef5e12ce5e9de9.tar.gz
scummvm-rg350-c6d6f8de0a0347932cd6fd1ec8ef5e12ce5e9de9.tar.bz2
scummvm-rg350-c6d6f8de0a0347932cd6fd1ec8ef5e12ce5e9de9.zip
GLK: ALAN2: Fix compilation
Diffstat (limited to 'engines')
-rw-r--r--engines/glk/alan2/util.h2
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