aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/actor.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2007-04-27 15:53:25 +0000
committerFilippos Karapetis2007-04-27 15:53:25 +0000
commita1217a9b6a38ba91e93968cc63e4d917246150ae (patch)
tree15abe11b384377eda99bec839929b6808f5df8a8 /engines/cruise/actor.cpp
parent1ef6a1a7a1e76945ee37ac60989a79472a131739 (diff)
downloadscummvm-rg350-a1217a9b6a38ba91e93968cc63e4d917246150ae.tar.gz
scummvm-rg350-a1217a9b6a38ba91e93968cc63e4d917246150ae.tar.bz2
scummvm-rg350-a1217a9b6a38ba91e93968cc63e4d917246150ae.zip
Fixed some warnings and unused variables
svn-id: r26611
Diffstat (limited to 'engines/cruise/actor.cpp')
-rw-r--r--engines/cruise/actor.cpp4
1 files changed, 2 insertions, 2 deletions
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;