aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/defs.h')
-rw-r--r--engines/cryo/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryo/defs.h b/engines/cryo/defs.h
index 5e115de068..32cf0d7b5f 100644
--- a/engines/cryo/defs.h
+++ b/engines/cryo/defs.h
@@ -665,7 +665,7 @@ struct global_t {
byte newLocation;
byte prevLocation;
byte curPersoFlags;
- byte ff_60;
+ bool ff_60;
byte eventType;
byte ff_62; //TODO: pad?
byte curObjectId;
@@ -682,7 +682,7 @@ struct global_t {
byte labyrinthDirections;
byte labyrinthRoom;
void *__UNUSED_70; //TODO: pad?
- dial_t *dialog_ptr;
+ dial_t *_dialogPtr;
tape_t *tape_ptr;
dial_t *next_dialog_ptr;
dial_t *narrator_dialog_ptr;