aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2003-09-10 17:15:44 +0000
committerMax Horn2003-09-10 17:15:44 +0000
commit87dd04e038e570c3b3c009a2c6e2387a650ce268 (patch)
tree11afa1570df67c24af4c5e6cf65903e69b23e998 /scumm/intern.h
parent5b20c4fb91337ffc0ee5cf1c28381a0f39fa72c5 (diff)
downloadscummvm-rg350-87dd04e038e570c3b3c009a2c6e2387a650ce268.tar.gz
scummvm-rg350-87dd04e038e570c3b3c009a2c6e2387a650ce268.tar.bz2
scummvm-rg350-87dd04e038e570c3b3c009a2c6e2387a650ce268.zip
fix for bug #776807 (MM: Jail Door Closes). Our doSentence implementation should now be pretty close to what the original does. But regressions are possible...
svn-id: r10161
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index ca2d50e38f..88a2dbfea4 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -220,8 +220,6 @@ protected:
void resetSentence();
void setUserState(byte state);
- void stopObjectScript(int script, bool background);
-
/* Version 2 script opcodes */
void o2_actorFromPos();
void o2_actorSet();