aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/vga13h.h')
-rw-r--r--engines/cge/vga13h.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/vga13h.h b/engines/cge/vga13h.h
index 152f608c56..8bc24bc9fb 100644
--- a/engines/cge/vga13h.h
+++ b/engines/cge/vga13h.h
@@ -154,7 +154,7 @@ public:
BMP_PTR *_shpList;
Seq *_seq;
char *_name;
- SNAIL::COM *_near, *_take;
+ Snail::Com *_near, *_take;
SprExt() :
_x0(0), _y0(0),
_x1(0), _y1(0),
@@ -229,7 +229,7 @@ public:
void killXlat();
void step(int nr = -1);
Seq *setSeq(Seq *seq);
- SNAIL::COM *snList(SNLIST type);
+ Snail::Com *snList(SNLIST type);
virtual void touch(uint16 mask, int x, int y);
virtual void tick();
private: