Skip to content

Commit fdc37ef

Browse files
authored
Show 'Completion Bonus' message at end of race (#380)
1 parent 673244b commit fdc37ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DETHRACE/common/mainloop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ void MungeHeadups(void) {
250250
case eTime_bonus_initial_pause:
251251
if (the_time >= 500) {
252252
bonus = gCurrent_race.bonus_score[gRace_over_reason][gProgram_state.skill_level];
253-
sprintf(the_text, "%s %d", GetMiscString(kMiscString_TimeBonus), bonus);
253+
sprintf(the_text, "%s %d", GetMiscString(kMiscString_CompletionBonusColon), bonus);
254254
DRS3StartSound(gPedestrians_outlet, 8015);
255255
ChangeHeadupText(gRace_bonus_headup, the_text);
256256
gProgram_state.credits_earned += bonus;

0 commit comments

Comments
 (0)