mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-12 12:40:58 +00:00
AVALANCHE: Revise Celer::pics_link() a bit.
This commit is contained in:
parent
5e257a500b
commit
a955f6acab
@ -72,7 +72,7 @@ void Celer::pics_link() {
|
||||
|
||||
case r__yours:
|
||||
if ((!_vm->_gyro->dna.avvy_is_awake) && ((_vm->_gyro->roomtime % int32(4)) == 0))
|
||||
show_one(int32(1) + (_vm->_gyro->roomtime / int32(12)) % int32(2));
|
||||
show_one(0 + (_vm->_gyro->roomtime / 12) % 2);
|
||||
break;
|
||||
|
||||
case r__argentpub:
|
||||
|
Loading…
x
Reference in New Issue
Block a user