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:
athrxx 2022-08-10 02:03:01 +02:00
parent d4ad27547e
commit 319e50fc35
5 changed files with 38 additions and 50 deletions

View file

@ -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)