We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364dcba commit 94abaddCopy full SHA for 94abadd
GameDevelop/Source.cpp
@@ -396,8 +396,8 @@ int main() {
396
397
SetConsoleSize(800, 700);
398
hideCursor(0);
399
- menu();
400
- /*setup();
+ //menu();
+ setup();
401
while (true) {
402
display();
403
input();
@@ -409,7 +409,7 @@ int main() {
409
_getch();
410
Time = 10 * 19;
411
}*/
412
- //}
+ }
413
//cout << char(13);
414
415
return 0;
0 commit comments