add macros

This commit is contained in:
quenousimporte 2025-03-31 10:23:49 +00:00
parent 715437078a
commit 9b0d274a26
1 changed files with 1 additions and 1 deletions

2
w/w.c
View File

@ -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");
}