Coding style

This commit is contained in:
AnonymusRaccoon
2020-01-08 17:22:01 +01:00
parent 870a67d294
commit 20b31b068c
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ static void on_collide(gc_engine *engine, gc_entity *entity, int id)
return;
cmp->live--;
if (cmp->live < 0) {
exit(0); //SHOULD CHANGE THAT TO A SWITCH TO THE MENU
exit(0);
} else {
trans->position = cmp->spawn_position;
}