aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2003-05-04 00:29:52 +0000
committerMax Horn2003-05-04 00:29:52 +0000
commit0ce5658d669ba6574fff7254ccb508a38b473ae1 (patch)
tree1c40cc47cadbbc3624325a3b866ef4238ea5bf18 /scumm/intern.h
parent4065f23844f138f1e42c0e9fdf2349d78c54f2f2 (diff)
downloadscummvm-rg350-0ce5658d669ba6574fff7254ccb508a38b473ae1.tar.gz
scummvm-rg350-0ce5658d669ba6574fff7254ccb508a38b473ae1.tar.bz2
scummvm-rg350-0ce5658d669ba6574fff7254ccb508a38b473ae1.zip
o5_dummy -> o2_dummy (it's not used by the V5 code at all...)
svn-id: r7297
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 fb40f2080e..2c729ba213 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -67,7 +67,6 @@ protected:
void o5_doSentence();
void o5_drawBox();
void o5_drawObject();
- void o5_dummy();
void o5_endCutscene();
void o5_equalZero();
void o5_expression();
@@ -271,6 +270,7 @@ protected:
void o2_endCutscene();
void o2_drawSentence();
void o2_delay();
+ void o2_dummy();
};
class Scumm_v4 : public Scumm_v3 {