aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-10-06 06:09:32 +0000
committerJames Brown2002-10-06 06:09:32 +0000
commit9612002d78bbf76a80f462ea1036e20739b2d9ca (patch)
tree0e95813c6499a06f3fd1c6e0c559fa90203b0bed /scumm/scumm.h
parent14831e74bf681de36e53b02ad7282a25727a7ff4 (diff)
downloadscummvm-rg350-9612002d78bbf76a80f462ea1036e20739b2d9ca.tar.gz
scummvm-rg350-9612002d78bbf76a80f462ea1036e20739b2d9ca.tar.bz2
scummvm-rg350-9612002d78bbf76a80f462ea1036e20739b2d9ca.zip
Full Throttle / The Dig fixes.
drawDescString (for Full Throttle object names, in the 'ring of fire') is still somewhat broken. Feel free to fix ;) svn-id: r5090
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index bd14d72e01..e562b7554a 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -939,6 +939,7 @@ public:
int hasCharsetMask(int x, int y, int x2, int y2);
void CHARSET_1();
void description();
+ void drawDescString();
byte *_msgPtrToAdd;
byte *addMessageToStack(byte *msg);
void addIntToStack(int var);