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