AVALANCHE: Janitorial - Use ++ and -- when possible
This commit is contained in:
parent
6cd9bd141c
commit
90c6e6a689
4 changed files with 8 additions and 8 deletions
|
@ -73,7 +73,7 @@ void Background::update() {
|
|||
case kRoomArgentPub:
|
||||
if (((_vm->_avalot->_roomTime % 7) == 1) && (_vm->_avalot->_malagauche != 177)) {
|
||||
// Malagauche cycle.
|
||||
_vm->_avalot->_malagauche += 1;
|
||||
_vm->_avalot->_malagauche++;
|
||||
switch (_vm->_avalot->_malagauche) {
|
||||
case 1:
|
||||
case 11:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue