diff --git a/w/w.c b/w/w.c index c137e81..534ae52 100644 --- a/w/w.c +++ b/w/w.c @@ -557,7 +557,7 @@ void draw() for (int i = 0; i < shift; i++) printf(" "); printf("o----------o"); - if (charatpos(state.position.x, state.position.y) == 's') + if (charatpos(state.position.x, state.position.y) == TILE_START) { printf("\n\nr: Retour à la station\n"); }