1
Fork 0
mirror of https://github.com/Steffo99/iiiiil-gioco.git synced 2024-11-21 15:34:19 +00:00

Tolto endline

This commit is contained in:
Steffo 2016-02-03 09:46:06 +01:00
parent a5375134a5
commit 7391c8fda5

View file

@ -744,7 +744,7 @@ int main()
cout << " 000000 0000 0000 0000 0000 000000 000000 0000 000000 000000 000000\n";
titolo= rand()%10;
cout << "\n\n Citazione all'avvio: "<< splash[titolo] << '\n';
cout << "\n\n\n\n Premi INVIO per entrare nel menu!" << '\n';
cout << "Premi INVIO per entrare nel menu!" << '\n';
getch();
while(true)
{