aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/talk.h')
-rw-r--r--engines/cge/talk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/talk.h b/engines/cge/talk.h
index 2a38af91d1..60f7f213d4 100644
--- a/engines/cge/talk.h
+++ b/engines/cge/talk.h
@@ -71,8 +71,8 @@ enum TBOX_STYLE { PURE, RECT, ROUND };
class TALK : public Sprite {
protected:
TBOX_STYLE Mode;
- BITMAP *TS[2];
- BITMAP *Box(uint16 w, uint16 h);
+ Bitmap *TS[2];
+ Bitmap *Box(uint16 w, uint16 h);
public:
TALK(CGEEngine *vm, const char *tx, TBOX_STYLE mode = PURE);
TALK(CGEEngine *vm);