aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJames Brown2003-04-23 05:13:26 +0000
committerJames Brown2003-04-23 05:13:26 +0000
commitf996cd5987a77d75b07c2d368f670c982675f9e5 (patch)
treef1a28a3a9e5200b4820d721d0d9a5c7f21daf7b7 /scumm/intern.h
parent8fdcf48fc52924711f9c5d3ed04e4dedf030665c (diff)
downloadscummvm-rg350-f996cd5987a77d75b07c2d368f670c982675f9e5.tar.gz
scummvm-rg350-f996cd5987a77d75b07c2d368f670c982675f9e5.tar.bz2
scummvm-rg350-f996cd5987a77d75b07c2d368f670c982675f9e5.zip
Some more V2 fixes for Zak
svn-id: r7084
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 69dc788bf9..981849d41a 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -251,7 +251,7 @@ protected:
void o2_isNotEqual();
void o2_equalZero();
void o2_notEqualZero();
-
+ void o2_startScript();
};
class Scumm_v4 : public Scumm_v3 {