aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/actor.cpp
diff options
context:
space:
mode:
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;