add macros
This commit is contained in:
parent
715437078a
commit
9b0d274a26
2
w/w.c
2
w/w.c
|
@ -557,7 +557,7 @@ void draw()
|
||||||
for (int i = 0; i < shift; i++) printf(" ");
|
for (int i = 0; i < shift; i++) printf(" ");
|
||||||
printf("o----------o");
|
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");
|
printf("\n\nr: Retour à la station\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue