From 92076d464148d2d6ecab544076bc10718a463c7b Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 11 Jun 2011 23:27:27 +0200 Subject: CGE: Remove DROP() macro --- engines/cge/snail.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/cge/snail.cpp') diff --git a/engines/cge/snail.cpp b/engines/cge/snail.cpp index 733acb2398..c63ba824b4 100644 --- a/engines/cge/snail.cpp +++ b/engines/cge/snail.cpp @@ -82,8 +82,8 @@ static void SNGame (SPRITE * spr, int num) #define STAGES 8 #define DRESSED 3 static SPRITE * dup[3] = { NULL, NULL, NULL }; - int buref; - int Stage; + int buref = 0; + int Stage = 0; for (dup[0] = VGA::ShowQ.First(); dup[0]; dup[0] = dup[0]->Next) { -- cgit v1.2.3