aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2004-02-22 16:08:13 +0000
committerTravis Howell2004-02-22 16:08:13 +0000
commit371cfa810f5ceaa7f05a1b0fd670dfa0f0ace5e1 (patch)
treefa8a73f237aa73d988ab9b661d01aeb485fbff6a /scumm/intern.h
parent16b71220080a280751c8e9e532c89a623c6dd980 (diff)
downloadscummvm-rg350-371cfa810f5ceaa7f05a1b0fd670dfa0f0ace5e1.tar.gz
scummvm-rg350-371cfa810f5ceaa7f05a1b0fd670dfa0f0ace5e1.tar.bz2
scummvm-rg350-371cfa810f5ceaa7f05a1b0fd670dfa0f0ace5e1.zip
This should fix zak lotto bug correctly.
svn-id: r12989
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 34ef531c36..504d35bd9c 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -289,6 +289,7 @@ protected:
void o2_setState04();
void o2_setState08();
void o2_startScript();
+ void o2_stopScript();
void o2_subtract();
void o2_subIndirect();
void o2_switchCostumeSet();