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