AVALANCHE: Janitorial - Clean up misc style glitches
This commit is contained in:
parent
6e08f55160
commit
7790b4cc5b
6 changed files with 40 additions and 58 deletions
|
@ -480,9 +480,8 @@ void Timer::jump() {
|
|||
if (_vm->_gyro->_jumpStatus == 20) { // End of jump.
|
||||
_vm->_gyro->_userMovesAvvy = true;
|
||||
_vm->_gyro->_jumpStatus = 0;
|
||||
} else { // Still jumping.
|
||||
} else // Still jumping.
|
||||
addTimer(1, kProcJump, kReasonJumping);
|
||||
}
|
||||
|
||||
if ((_vm->_gyro->_jumpStatus == 10) // You're at the highest point of your jump.
|
||||
&& (_vm->_gyro->_room == kRoomInsideCardiffCastle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue