SCUMM: (LOOM/VGA Talkie) - improve verb handling
- get rid of weird hackery in o5_verbOps - make sure the verbs are properly restored after loading a savegame
This commit is contained in:
parent
d4ad27547e
commit
319e50fc35
5 changed files with 38 additions and 50 deletions
|
@ -37,12 +37,12 @@ namespace Scumm {
|
|||
/* Start executing script 'script' with the given parameters */
|
||||
void ScummEngine::runScript(int script, bool freezeResistant, bool recursive, int *lvarptr, int cycle) {
|
||||
ScriptSlot *s;
|
||||
//byte *scriptPtr;
|
||||
|
||||
uint32 scriptOffs;
|
||||
byte scriptType;
|
||||
int slot;
|
||||
|
||||
if (!script)
|
||||
if (!script)
|
||||
return;
|
||||
|
||||
if (!recursive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue