aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/lab.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2015-12-03 19:49:55 +0100
committerWillem Jan Palenstijn2015-12-23 21:33:49 +0100
commitc320e6d0aea4a70f8fe1df691432f5900a4f6625 (patch)
treeeb3cdac132f0fe3c4808be0e329a279c1a1a2a79 /engines/lab/lab.cpp
parent58e16e2cd745f170749afa1e3a5a358624556f7c (diff)
downloadscummvm-rg350-c320e6d0aea4a70f8fe1df691432f5900a4f6625.tar.gz
scummvm-rg350-c320e6d0aea4a70f8fe1df691432f5900a4f6625.tar.bz2
scummvm-rg350-c320e6d0aea4a70f8fe1df691432f5900a4f6625.zip
LAB: Move inventory to LabEngine class
Diffstat (limited to 'engines/lab/lab.cpp')
-rw-r--r--engines/lab/lab.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lab/lab.cpp b/engines/lab/lab.cpp
index 7bb05c8969..90c713135b 100644
--- a/engines/lab/lab.cpp
+++ b/engines/lab/lab.cpp
@@ -112,6 +112,8 @@ LabEngine::LabEngine(OSystem *syst, const ADGameDescription *gameDesc)
_longWinInFront = false;
_msgFont = 0;
+ _inventory = 0;
+
//const Common::FSNode gameDataDir(ConfMan.get("path"));
//SearchMan.addSubDirectoryMatching(gameDataDir, "game");
//SearchMan.addSubDirectoryMatching(gameDataDir, "game/pict");