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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/gettext.h b/engines/cge/gettext.h
index c868232677..33210758af 100644
--- a/engines/cge/gettext.h
+++ b/engines/cge/gettext.h
@@ -41,7 +41,7 @@ class GET_TEXT : public TALK {
char Buff[GTMAX + 2], * Text;
uint16 Size, Len;
uint16 Cntr;
- SPRITE *OldKeybClient;
+ Sprite *OldKeybClient;
void (*Click)();
public:
static GET_TEXT *Ptr;