From 354a2ac9e1be3ff6bd8ee6122c8fe0aaa9962452 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 18 Apr 2001 23:49:41 +0000 Subject: [PATCH] --- source/player/player.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/source/player/player.h b/source/player/player.h index 121e120f9..99f25cdaa 100644 --- a/source/player/player.h +++ b/source/player/player.h @@ -228,13 +228,8 @@ private: enum { - INVINCIBLE_FRAMES__START=120, // Invincible for this many frames at start of life - INVINCIBLE_FRAMES__HIT=50, // Invincible for this many frames after taking damage - - LOOKAROUND_DELAY=90, // Frames before look around starts - LOOKAROUND_SCROLLSPEED=2, // Speed to scroll at - LOOKAROUND_MAXSCROLL=60, // Maximum distance to scroll - LOOKAROUND_RESETSPEED=6, // Speed of scroll back when look around ended + INVINCIBLE_FRAMES__START=200, // Invincible for this many frames at start of life + INVINCIBLE_FRAMES__HIT=100, // Invincible for this many frames after taking damage }; int m_invincibleFrameCount; // Initial invincibility and also invincibility after taking damage