Turned off the gameloop.
This commit is contained in:
parent
6a69ea5685
commit
c6d22f9d8f
|
|
@ -4,8 +4,8 @@ int main (){
|
|||
system("clear");
|
||||
Title::mainTitle();
|
||||
Intro::mainIntro();
|
||||
Game game;
|
||||
game.gameloop();
|
||||
//Game game;
|
||||
//game.gameloop();
|
||||
cin.get();
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue