mirror of
https://github.com/zoriya/Twac.git
synced 2025-12-06 06:36:09 +00:00
Coding style
This commit is contained in:
Submodule lib/gamacon updated: c42c41291f...01d79acc47
Submodule lib/quadtree updated: 92c9b27f3a...4a6cebb955
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user