AVALANCHE: Janitorial - Use ++ and -- when possible
This commit is contained in:
parent
6cd9bd141c
commit
90c6e6a689
4 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue