Skip to content

Commit

Permalink
Show 'Completion Bonus' message at end of race (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr authored Jul 3, 2024
1 parent 673244b commit fdc37ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DETHRACE/common/mainloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ void MungeHeadups(void) {
case eTime_bonus_initial_pause:
if (the_time >= 500) {
bonus = gCurrent_race.bonus_score[gRace_over_reason][gProgram_state.skill_level];
sprintf(the_text, "%s %d", GetMiscString(kMiscString_TimeBonus), bonus);
sprintf(the_text, "%s %d", GetMiscString(kMiscString_CompletionBonusColon), bonus);
DRS3StartSound(gPedestrians_outlet, 8015);
ChangeHeadupText(gRace_bonus_headup, the_text);
gProgram_state.credits_earned += bonus;
Expand Down

0 comments on commit fdc37ef

Please sign in to comment.