diff options
Diffstat (limited to 'engines/avalanche/gyro2.h')
-rw-r--r-- | engines/avalanche/gyro2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/gyro2.h b/engines/avalanche/gyro2.h index 7ddfe62de4..547b324af0 100644 --- a/engines/avalanche/gyro2.h +++ b/engines/avalanche/gyro2.h @@ -594,7 +594,7 @@ public: uint16 storage_seg, storage_ofs; /* Seg and ofs of the Storage area. */ uint16 skellern; /* Offset of the timer variable - 1 more than storage_OFS */ - bool reloaded; /* Is this NOT the primary loading? */ + bool isLoaded; // Is it a loaded gamestate? bool super_was_virtual, super_was_off; /* Used by Super_Off and Super_On */ |