diff --git a/src/input.c b/src/input.c index 2cfd6e4..a16a889 100644 --- a/src/input.c +++ b/src/input.c @@ -102,7 +102,7 @@ char getTInput(char key){ /** pauses the game until p is pressed again * no parameters, no returns */ -pause(){ +void pause(){ while(getch()!='p'){ sleep(0.10); }