From d649330e5bc7a9f54d29d0a5860d734c51e382f4 Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Wed, 20 Mar 2013 20:26:29 +0000 Subject: [PATCH] [Change] Extended amount of time cinamatic cam is shown. --- src/player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player.c b/src/player.c index a3ed44c..6693226 100644 --- a/src/player.c +++ b/src/player.c @@ -1184,6 +1184,6 @@ void player_destroyed(void) { vectcpy(&player_cam, &player->solid->pos); gl_bindCamera(&player_cam); player_setFlag(PLAYER_DESTROYED); - player_timer = SDL_GetTicks() + 2000; + player_timer = SDL_GetTicks() + 5000; }