aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_game.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-09 17:57:34 -0400
committerPaul Gilbert2014-08-09 17:57:34 -0400
commitd04a6d2d7a9bfc3bcfd3ad94c48f878d1143ee32 (patch)
tree3686e18c4aae7358a0405f94b3231b0257bd927c /engines/access/amazon/amazon_game.cpp
parent00633b94be93bd80fc8d1244f59647002f12fbe1 (diff)
downloadscummvm-rg350-d04a6d2d7a9bfc3bcfd3ad94c48f878d1143ee32.tar.gz
scummvm-rg350-d04a6d2d7a9bfc3bcfd3ad94c48f878d1143ee32.tar.bz2
scummvm-rg350-d04a6d2d7a9bfc3bcfd3ad94c48f878d1143ee32.zip
ACCESS: Beginnings of inventory management
Diffstat (limited to 'engines/access/amazon/amazon_game.cpp')
-rw-r--r--engines/access/amazon/amazon_game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_game.cpp b/engines/access/amazon/amazon_game.cpp
index 7a16036ff3..8267c8549a 100644
--- a/engines/access/amazon/amazon_game.cpp
+++ b/engines/access/amazon/amazon_game.cpp
@@ -47,6 +47,7 @@ AmazonEngine::AmazonEngine(OSystem *syst, const AccessGameDescription *gameDesc)
_rawInactiveY = 0;
_inactiveYOff = 0;
Common::fill(&_esTabTable[0], &_esTabTable[100], 0);
+ _flags.resize(122);
}
AmazonEngine::~AmazonEngine() {