aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2003-09-10 15:02:58 +0000
committerMax Horn2003-09-10 15:02:58 +0000
commit1080dac5ac0a52782bbdb25928a3485651a111b9 (patch)
treec8be09c7a752e3f47cdd4d85ce4b5f827232e7e7 /scumm/intern.h
parent1ccc58aa035d3d74efe1dc66f7327b432727a8f1 (diff)
downloadscummvm-rg350-1080dac5ac0a52782bbdb25928a3485651a111b9.tar.gz
scummvm-rg350-1080dac5ac0a52782bbdb25928a3485651a111b9.tar.bz2
scummvm-rg350-1080dac5ac0a52782bbdb25928a3485651a111b9.zip
instead of abusing the 'recursive' attribute to flag V2 background scripts, use the freezeResistant attribute. This is a bit more consistent. Also, verb 254 should stop *any* sentence script, not just background ones; some cleanup
svn-id: r10159
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 2d902399a1..ca2d50e38f 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -220,8 +220,7 @@ protected:
void resetSentence();
void setUserState(byte state);
- void runObjectScript(int object, int entry, bool freezeResistant, bool recursive, int *vars);
- void stopObjectScript(int script, bool recursive);
+ void stopObjectScript(int script, bool background);
/* Version 2 script opcodes */
void o2_actorFromPos();