From ab1e055e35bf8b1dbaf2ed15f7404b525f016b3c Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 15 Jul 2023 16:24:10 +0100 Subject: Adjusted time bonus --- src/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.c b/src/game.c index bfec08f..c8601be 100644 --- a/src/game.c +++ b/src/game.c @@ -198,7 +198,7 @@ static void run_stageclear() while (time) { - add_score(25); + add_score(20); time--; hud |= HUD_TIME; -- cgit v1.2.3