mirror of
https://github.com/Steffo99/iiiiil-gioco.git
synced 2024-11-21 23:44:21 +00:00
Rimosse informazioni di debug.
This commit is contained in:
parent
d732d781b0
commit
aba7415dac
1 changed files with 1 additions and 3 deletions
4
main.cpp
4
main.cpp
|
@ -588,8 +588,7 @@ int main()
|
|||
{
|
||||
init();
|
||||
generate(list);
|
||||
//draw();
|
||||
cout << ' ' << player.x << '|' << player.y;
|
||||
draw();
|
||||
//Ciclo di un livello
|
||||
while(true)
|
||||
{
|
||||
|
@ -598,7 +597,6 @@ int main()
|
|||
{
|
||||
break;
|
||||
}
|
||||
cout << "ENEMY";
|
||||
tick(list);
|
||||
draw();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue