aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-27 14:26:52 +0000
committerTravis Howell2005-04-27 14:26:52 +0000
commitf5189c323b1ce0ae8f713d4799a7fc6b77cc1efc (patch)
tree498123765feac2f7d6b889c9841d2dc23d8cc7cc /scumm/intern.h
parentf6971f847ce37b7c8afbbd29262a1ffed7335610 (diff)
downloadscummvm-rg350-f5189c323b1ce0ae8f713d4799a7fc6b77cc1efc.tar.gz
scummvm-rg350-f5189c323b1ce0ae8f713d4799a7fc6b77cc1efc.tar.bz2
scummvm-rg350-f5189c323b1ce0ae8f713d4799a7fc6b77cc1efc.zip
Minor clean up, HE games should always copy strings directly.
svn-id: r17838
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 994fcef753..a07fb65dbe 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -836,7 +836,7 @@ protected:
/* HE version 72 script opcodes */
void o72_pushDWord();
- void o72_addMessageToStack();
+ void o72_getScriptString();
void o72_isAnyOf();
void o72_resetCutscene();
void o72_findObjectWithClassOf();