prepare inventory
This commit is contained in:
parent
f129882f50
commit
d6f1d9cad7
4
w/w.c
4
w/w.c
|
@ -934,9 +934,11 @@ void draw()
|
||||||
break;
|
break;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
printf("\n\n");
|
||||||
|
printf("i: Inventaire\n");
|
||||||
if (charatpos(state.position.x, state.position.y) == TILE_START)
|
if (charatpos(state.position.x, state.position.y) == TILE_START)
|
||||||
{
|
{
|
||||||
printf("\n\nr: Retour à la station");
|
printf("r: Retour à la station\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (state.screen == SC_STATION)
|
else if (state.screen == SC_STATION)
|
||||||
|
|
Loading…
Reference in New Issue