diff options
Diffstat (limited to 'engines/avalanche/gyro.h')
-rw-r--r-- | engines/avalanche/gyro.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/avalanche/gyro.h b/engines/avalanche/gyro.h index 43809becee..16d7df22ba 100644 --- a/engines/avalanche/gyro.h +++ b/engines/avalanche/gyro.h @@ -235,21 +235,13 @@ public: }; static const uint16 kNotes[12]; - static const TuneType kTune; - - // If this is greater than zero, the next line you type is stored in the DNA in a position dictated by the value. // If a scroll comes up, or you leave the room, it's automatically set to zero. byte _interrogation; - static byte _whereIs[29]; - // Variable static constant for overriding the ability of On to switch pages. - // You may know better than On which page to switch to. - bool _onCanDoPageSwap; - // Former DNA structure byte _carryNum; // How many objects you're carrying... bool _objects[kObjectNum]; // ...and which ones they are. |