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

@ -1386,7 +1386,7 @@ bool Parser::giveToSpludwick() {
}
void Parser::drink() {
_alcoholLevel += 1;
_alcoholLevel++;
if (_alcoholLevel == 5) {
_vm->_avalot->_objects[kObjectKey - 1] = true; // Get the key.
_vm->_avalot->_teetotal = true;