From 74c1f1692b9241cf0d6af408e2760d001a324036 Mon Sep 17 00:00:00 2001 From: albertzeyer Date: Wed, 22 Jul 2009 16:26:22 +0000 Subject: [PATCH] small cleanup / fixes git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@92 4df4b0f3-56ce-47cb-b001-ed939b7d65a6 --- src/CGraphics.cpp | 1 - src/menu.cpp | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/CGraphics.cpp b/src/CGraphics.cpp index 53c179a3d..31725397f 100644 --- a/src/CGraphics.cpp +++ b/src/CGraphics.cpp @@ -645,7 +645,6 @@ unsigned int i,x,y; y=yoff; for(i=0;iControl.levelcontrol); +stLevelControl *p_levelcontrol = &pCKP->Control.levelcontrol; // on episode 3 we have to subtract one from the map tiles // because the tiles start at 31, not 32 like on the other eps - ep3 = 0; + int ep3 = 0; if (p_levelcontrol->episode==3) ep3 = 1; #define KEENSLEFT_TIME 400