aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-10-06 07:23:08 +0000
committerJames Brown2002-10-06 07:23:08 +0000
commitd19260af2cef193c4964f5fa4ea990d7e91be8fb (patch)
tree2faa880537a3a9c529564918c6759136622c59b9 /scumm/scumm.h
parent9b93506bcb881e7f0e5018e08b2b6cd9e422ed3a (diff)
downloadscummvm-rg350-d19260af2cef193c4964f5fa4ea990d7e91be8fb.tar.gz
scummvm-rg350-d19260af2cef193c4964f5fa4ea990d7e91be8fb.tar.bz2
scummvm-rg350-d19260af2cef193c4964f5fa4ea990d7e91be8fb.zip
Fix drawDescString - still needs centering corrections
svn-id: r5094
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index e562b7554a..720aeb7b92 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -939,7 +939,7 @@ public:
int hasCharsetMask(int x, int y, int x2, int y2);
void CHARSET_1();
void description();
- void drawDescString();
+ void drawDescString(byte *msg);
byte *_msgPtrToAdd;
byte *addMessageToStack(byte *msg);
void addIntToStack(int var);