aboutsummaryrefslogtreecommitdiff
path: root/sky/logic.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-07-01 01:29:29 +0000
committerRobert Göffringmann2003-07-01 01:29:29 +0000
commit2c9a784be8fa44fdf250cf2abb541ea54436e91f (patch)
tree6eae5d4a72cf6a529ff48bb04655fcb403759219 /sky/logic.h
parentec64f23f22f7a0b74ffd180be99946afd5c10076 (diff)
downloadscummvm-rg350-2c9a784be8fa44fdf250cf2abb541ea54436e91f.tar.gz
scummvm-rg350-2c9a784be8fa44fdf250cf2abb541ea54436e91f.tar.bz2
scummvm-rg350-2c9a784be8fa44fdf250cf2abb541ea54436e91f.zip
finished loading and saving, fixed grid bugs (some debugging code not yet removed), implemented fnLincTextModule
svn-id: r8682
Diffstat (limited to 'sky/logic.h')
-rw-r--r--sky/logic.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/sky/logic.h b/sky/logic.h
index 1167bda185..96349e3f2b 100644
--- a/sky/logic.h
+++ b/sky/logic.h
@@ -64,7 +64,17 @@ enum scriptVariableOffsets {
MENU = 102,
RND = 115,
CUR_SECTION = 143,
- REICH_DOOR_FLAG = 470
+ REICH_DOOR_FLAG = 470,
+ LINC_DIGIT_0 = 646,
+ LINC_DIGIT_1 = 647,
+ LINC_DIGIT_2 = 648,
+ LINC_DIGIT_3 = 649,
+ LINC_DIGIT_4 = 650,
+ LINC_DIGIT_5 = 651,
+ LINC_DIGIT_6 = 651,
+ LINC_DIGIT_7 = 653,
+ LINC_DIGIT_8 = 654,
+ LINC_DIGIT_9 = 655,
};
class SkyAutoRoute;
@@ -215,6 +225,7 @@ public:
void stdSpeak(Compact *target, uint32 textNum, uint32 animNum, uint32 base);
static uint32 _scriptVariables[838];
+ SkyGrid *_skyGrid;
protected:
void push(uint32);
@@ -241,7 +252,6 @@ protected:
SkyScreen *_skyScreen;
SkyDisk *_skyDisk;
- SkyGrid *_skyGrid;
SkyText *_skyText;
SkyMusicBase *_skyMusic;
SkySound *_skySound;