This commit is contained in:
Marc
2023-01-22 17:39:29 +01:00
parent 6837f227d3
commit 9f0a8a2692
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -396,9 +396,7 @@ void game_handleFKeyInput(void) {
}
void game_handleSpaceKeyInput(void){
#ifdef DEBUG
if(isSpaceKeypressed == true && !crashed)return;
#endif
if(crashed){
crashed = false;
personPositionX = startPersonPositionX;