From bfc674572ff657aff5d4053cddfea6515549c598 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Sat, 1 May 2004 10:12:08 +0000 Subject: [PATCH] Just made stars to blink more. SVN-Revision: 875 --- src/player.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/player.cpp b/src/player.cpp index 785860ba5..90a9d6b34 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -599,7 +599,8 @@ Player::draw() } // Draw blinking star overlay - if (invincible_timer.started() && (invincible_timer.get_left() > TUX_INVINCIBLE_TIME_WARNING || global_frame_counter % 2)) + if (invincible_timer.started() && + (invincible_timer.get_left() > TUX_INVINCIBLE_TIME_WARNING || global_frame_counter % 3)) { if (size == SMALL || duck) smalltux_star->draw(base.x - scroll_x, base.y); -- 2.11.0