summaryrefslogtreecommitdiff
path: root/src/player.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.c')
-rw-r--r--src/player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.c b/src/player.c
index 3af2dfc..d8c2736 100644
--- a/src/player.c
+++ b/src/player.c
@@ -57,7 +57,7 @@ IMPL_UPDATE() {
dy += 2;
}
this->type = ET_NONE;
- g->queue_restart_scene = 30;
+ g->queue_restart_scene = 45;
}
if (entity_place_meeting(this, g, ET_exit) != NULL)