mirror of
https://github.com/Steffo99/iiiiil-gioco.git
synced 2024-11-21 15:34:19 +00:00
Modificato la grafica dell'inventario.
This commit is contained in:
parent
8ac1c5e75e
commit
65bbcb53b7
1 changed files with 4 additions and 0 deletions
4
main.cpp
4
main.cpp
|
@ -291,6 +291,10 @@ void inventory()
|
|||
{
|
||||
cout << '\n';
|
||||
}
|
||||
for(int i = 0; i < X_MAX; i++)
|
||||
{
|
||||
cout << (char) DOUBLELINE;
|
||||
}
|
||||
//Selezione dell'oggetto da usare.
|
||||
cout << "Scrivi la lettera corrispondente all'oggetto che vuoi usare.\nEsci con Esc.\n";
|
||||
while(true)
|
||||
|
|
Loading…
Reference in a new issue