aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-04-07 16:04:30 +0000
committerMax Horn2003-04-07 16:04:30 +0000
commitca7c8081a1c35d90a9f1743fbccf57b4304d96e5 (patch)
tree22785ca28c7eca3ee8c99f78dab68dca0e927d5a /scumm/scumm.h
parentdf9ccab93590894f546e5fee86cad513016bc49e (diff)
downloadscummvm-rg350-ca7c8081a1c35d90a9f1743fbccf57b4304d96e5.tar.gz
scummvm-rg350-ca7c8081a1c35d90a9f1743fbccf57b4304d96e5.tar.bz2
scummvm-rg350-ca7c8081a1c35d90a9f1743fbccf57b4304d96e5.zip
Patch #712493: CMI: Object line
svn-id: r6930
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 2494fcd94e..248fb26c45 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -116,6 +116,7 @@ struct NestedScript {
struct BlastText {
int16 xpos, ypos;
+ int16 left, right, top, bottom;
byte color;
byte charset;
bool center;
@@ -877,7 +878,7 @@ public:
void enqueueText(byte *text, int x, int y, byte color, byte charset, bool center);
void drawBlastTexts();
- void removeBlastTexts() { _blastTextQueuePos = 0; }
+ void removeBlastTexts();
void enqueueObject(int objectNumber, int objectX, int objectY, int objectWidth,
int objectHeight, int scaleX, int scaleY, int image, int mode);