diff options
Diffstat (limited to 'engines/tinsel/pcode.cpp')
-rw-r--r-- | engines/tinsel/pcode.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tinsel/pcode.cpp b/engines/tinsel/pcode.cpp index 63806a4d30..aa8d4c1442 100644 --- a/engines/tinsel/pcode.cpp +++ b/engines/tinsel/pcode.cpp @@ -46,6 +46,8 @@ extern int CallLibraryRoutine(CORO_PARAM, int operand, int32 *pp, const INT_CONT //----------------- LOCAL DEFINES -------------------- +#define GLOBALS_FILENAME "gdata" // name of globals file + /** list of all opcodes */ enum OPCODE { OP_HALT = 0, ///< end of program |