AVALANCHE: Janitorial - Use ++ and -- when possible

This commit is contained in:
Strangerke 2013-09-25 23:57:08 +02:00
parent 6cd9bd141c
commit 90c6e6a689
4 changed files with 8 additions and 8 deletions

View file

@ -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: