mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 02:46:49 +00:00
GLK: ALAN2: Fix compilation
This commit is contained in:
parent
91490c27ad
commit
c6d6f8de0a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user