@ -65,6 +65,9 @@ void getInput(){
}
/** pauses the game until p is pressed again
* no parameters, no returns
*/
pause(){
while(getch()!='p'){
sleep(0.10);