From c6d6f8de0a0347932cd6fd1ec8ef5e12ce5e9de9 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 27 Dec 2018 15:18:34 +0200 Subject: GLK: ALAN2: Fix compilation --- engines/glk/alan2/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/alan2') 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 -- cgit v1.2.3