Refactored ScummEngine*::checkExecVerbs method

svn-id: r29284
This commit is contained in:
Max Horn 2007-10-28 12:57:25 +00:00
parent 61c96353cf
commit 3f958711a2
6 changed files with 73 additions and 18 deletions

View file

@ -443,7 +443,6 @@ ScummEngine::ScummEngine(OSystem *syst, const DetectorResult &dr)
VAR_NUM_GLOBAL_OBJS = 0xFF;
VAR_KEY_STATE = 0xFF;
VAR_MOUSE_STATE = 0xFF;
// Use g_scumm from error() ONLY
g_scumm = this;
@ -780,6 +779,7 @@ ScummEngine_v72he::ScummEngine_v72he(OSystem *syst, const DetectorResult &dr)
VAR_NUM_IMAGES = 0xFF;
VAR_NUM_CHARSETS = 0xFF;
VAR_POLYGONS_ONLY = 0xFF;
VAR_MOUSE_STATE = 0xFF;
}
ScummEngine_v80he::ScummEngine_v80he(OSystem *syst, const DetectorResult &dr)