diff options
-rw-r--r-- | engines/gob/game_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/game_v6.cpp b/engines/gob/game_v6.cpp index d8c921107f..22864007cf 100644 --- a/engines/gob/game_v6.cpp +++ b/engines/gob/game_v6.cpp @@ -311,7 +311,7 @@ void Game_v6::setCollisions(byte arg_0) { int16 top = _vm->_parse->parseValExpr(); int16 width = _vm->_parse->parseValExpr(); int16 height = _vm->_parse->parseValExpr(); - uint16 flags; + uint16 flags = 0; if ((collArea->id & 0xF000) == 0xA000) flags = _vm->_parse->parseValExpr(); |