aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-03-07 06:06:22 +0000
committerTravis Howell2005-03-07 06:06:22 +0000
commit26da9cc393ef78d223105e17e555e1678ede12e4 (patch)
tree351f7fd7dddd7d9c1a777984545c02c523713ec5 /scumm/intern.h
parent1e07216b8590224efb7e38675e08e63267a4bc0b (diff)
downloadscummvm-rg350-26da9cc393ef78d223105e17e555e1678ede12e4.tar.gz
scummvm-rg350-26da9cc393ef78d223105e17e555e1678ede12e4.tar.bz2
scummvm-rg350-26da9cc393ef78d223105e17e555e1678ede12e4.zip
Fix dup_n, billboard in circdemo works now.
svn-id: r17024
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 186ed71dea..d208672ac7 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1013,7 +1013,7 @@ public:
protected:
/* HE version 90 script opcodes */
- void o90_dup();
+ void o90_dup_n();
void o90_min();
void o90_max();
void o90_sin();