aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/gettext.h')
-rw-r--r--engines/cge/gettext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cge/gettext.h b/engines/cge/gettext.h
index 2fbd6f5da6..d08e09a5bb 100644
--- a/engines/cge/gettext.h
+++ b/engines/cge/gettext.h
@@ -45,15 +45,15 @@
class GET_TEXT : public TALK
{
char Buff[GTMAX+2], * Text;
- word Size, Len;
- word Cntr;
+ uint16 Size, Len;
+ uint16 Cntr;
SPRITE * OldKeybClient;
void (*Click)(void);
public:
static GET_TEXT * Ptr;
GET_TEXT (const char * info, char * text, int size, void (*click)(void) = NULL);
~GET_TEXT (void);
- void Touch (word mask, int x, int y);
+ void Touch (uint16 mask, int x, int y);
void Tick (void);
};