diff options
Diffstat (limited to 'engines/avalanche/parser.cpp')
-rw-r--r-- | engines/avalanche/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/parser.cpp b/engines/avalanche/parser.cpp index 30e08c71c0..064d6aa7ad 100644 --- a/engines/avalanche/parser.cpp +++ b/engines/avalanche/parser.cpp @@ -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; |