diff options
Diffstat (limited to 'engines/avalanche/gyro2.cpp')
-rw-r--r-- | engines/avalanche/gyro2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/gyro2.cpp b/engines/avalanche/gyro2.cpp index 62ffca81d8..aa28f20031 100644 --- a/engines/avalanche/gyro2.cpp +++ b/engines/avalanche/gyro2.cpp @@ -331,6 +331,7 @@ void Gyro::newgame() { dna.obj[bell - 1] = true; dna.obj[clothes - 1] = true; + thinkthing = true; thinks = 2; _vm->_lucerna->objectlist(); ontoolbar = false; @@ -383,8 +384,7 @@ bool Gyro::flagset(char x) { } void Gyro::force_numlock() { - if ((locks & numlockCode) > 0) - locks -= numlockCode; + warning("STUB: Gyro::force_numlock()"); } bool Gyro::pennycheck(uint16 howmuchby) { |