aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-04-27 07:13:03 +0000
committerPaweł Kołodziejski2003-04-27 07:13:03 +0000
commit5a687ff50f7882626e9cd0b809f2c25b662093c7 (patch)
tree0f7c230d324f356e72a981bbe7097b0d9caedec8 /scumm/intern.h
parent92ddaf20f0203a9112eff9280e7ef3b4039f6133 (diff)
downloadscummvm-rg350-5a687ff50f7882626e9cd0b809f2c25b662093c7.tar.gz
scummvm-rg350-5a687ff50f7882626e9cd0b809f2c25b662093c7.tar.bz2
scummvm-rg350-5a687ff50f7882626e9cd0b809f2c25b662093c7.zip
small fix for v2 opcodes
svn-id: r7147
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 92c670d086..e73e592cd7 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -305,7 +305,7 @@ protected:
void o2_stopSound();
void o2_endCutscene();
void o2_decrement();
- void o2_divide();
+ void o2_drawSentence();
};
class Scumm_v4 : public Scumm_v3 {