LAB: Renames and moved static variables to class

This commit is contained in:
Eugene Sandulenko 2015-12-02 20:36:43 +01:00 committed by Willem Jan Palenstijn
parent 69bdfae235
commit 38ed7f930f

View file

@ -104,6 +104,16 @@ LabEngine::LabEngine(OSystem *syst, const ADGameDescription *gameDesc)
_nextFileName = nullptr;
_newFileName = nullptr;
for (int i = 0; i < 20; i++)
_moveImages[i] = 0;
for (int i = 0; i < 10; i++)
_invImages[10] = 0;
_moveGadgetList = 0;
_invGadgetList = 0;
//const Common::FSNode gameDataDir(ConfMan.get("path"));
//SearchMan.addSubDirectoryMatching(gameDataDir, "game");
//SearchMan.addSubDirectoryMatching(gameDataDir, "game/pict");