From 17802f8903d82cd703cc1ede8d2b91291826248e Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 17 Sep 2011 23:03:37 +0200 Subject: CGE: Fix a potential bug in insertCommand(), some renaming --- engines/cge/vga13h.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/cge/vga13h.h') 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 { -- cgit v1.2.3