From a1217a9b6a38ba91e93968cc63e4d917246150ae Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 27 Apr 2007 15:53:25 +0000 Subject: Fixed some warnings and unused variables svn-id: r26611 --- engines/cruise/actor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/cruise/actor.cpp') diff --git a/engines/cruise/actor.cpp b/engines/cruise/actor.cpp index 0f684555fc..b819eb680c 100644 --- a/engines/cruise/actor.cpp +++ b/engines/cruise/actor.cpp @@ -492,7 +492,7 @@ void explore( int depart, int arrivee ) void chemin0( int depart, int arrivee ) { int i; - int y=30; + //int y=30; prem = 0; prem2 = 0; @@ -510,7 +510,7 @@ void chemin0( int depart, int arrivee ) void valide_noeud( int16 table[], int16 p, int *nclick, int16 solution0[20+3][2] ) { int a, b, d, i, p1, x1, x2, y1, y2; - int y=30; + //int y=30; table[*nclick]=p; table[(*nclick)+1]=-1; -- cgit v1.2.3