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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/cge/vga13h.h b/engines/cge/vga13h.h
index 01b1d0ead4..b64920acb7 100644
--- a/engines/cge/vga13h.h
+++ b/engines/cge/vga13h.h
@@ -69,8 +69,8 @@ public:
BitmapPtr *_shpList;
Seq *_seq;
char *_name;
- Snail::Com *_near;
- Snail::Com *_take;
+ Snail::Command *_near;
+ Snail::Command *_take;
SprExt() :
_x0(0), _y0(0),
_x1(0), _y1(0),
@@ -146,7 +146,7 @@ public:
void killXlat();
void step(int nr = -1);
Seq *setSeq(Seq *seq);
- Snail::Com *snList(SnList type);
+ Snail::Command *snList(SnList type);
virtual void touch(uint16 mask, int x, int y);
virtual void tick();
void sync(Common::Serializer &s);
@@ -226,10 +226,10 @@ public:
SceneLight(CGEEngine *vm);
};
-class Spike: public Sprite {
+class Speaker: public Sprite {
CGEEngine *_vm;
public:
- Spike(CGEEngine *vm);
+ Speaker(CGEEngine *vm);
};
class PocLight: public Sprite {