aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2002-12-26 23:24:57 +0000
committerMax Horn2002-12-26 23:24:57 +0000
commit8f0af0d2f8b0d7f843fcfbae4ffb507ed5696cdc (patch)
tree1a0866ae6b2caaf20b846b10a6d873f6304a17fc /scumm/intern.h
parentc05a308fad833ec57101a9ec704db0f9b5533fd8 (diff)
downloadscummvm-rg350-8f0af0d2f8b0d7f843fcfbae4ffb507ed5696cdc.tar.gz
scummvm-rg350-8f0af0d2f8b0d7f843fcfbae4ffb507ed5696cdc.tar.bz2
scummvm-rg350-8f0af0d2f8b0d7f843fcfbae4ffb507ed5696cdc.zip
group startScript/Object codes (no code change)
svn-id: r6180
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 f26b1fd936..fcf819e313 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -257,7 +257,7 @@ protected:
void o6_jump();
void o6_startScriptEx();
void o6_startScript();
- void o6_startObject();
+ void o6_startObjectEx();
void o6_setObjectState();
void o6_setObjectXY();
void o6_stopObjectCode();