diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-15 16:24:10 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-15 16:24:10 +0100 |
commit | ab1e055e35bf8b1dbaf2ed15f7404b525f016b3c (patch) | |
tree | 48d927fbaebb0440e01f1a8c047a713022fe4560 /src | |
parent | bd936662e9b2e33a0d538639fa61ec7a5fbe176e (diff) | |
download | gold-mine-run-ab1e055e35bf8b1dbaf2ed15f7404b525f016b3c.tar.gz gold-mine-run-ab1e055e35bf8b1dbaf2ed15f7404b525f016b3c.zip |
Adjusted time bonus
Diffstat (limited to 'src')
-rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ static void run_stageclear() while (time) { - add_score(25); + add_score(20); time--; hud |= HUD_TIME; |