diff options
author | Filippos Karapetis | 2018-12-27 15:18:34 +0200 |
---|---|---|
committer | Filippos Karapetis | 2018-12-28 13:41:39 +0200 |
commit | c6d6f8de0a0347932cd6fd1ec8ef5e12ce5e9de9 (patch) | |
tree | 19a99af088a24eac2aac48042853a1aa54105da2 /engines | |
parent | 91490c27adfde5f41b21bb2f3a6f648aab4270d0 (diff) | |
download | scummvm-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.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 |