Skip to content

Commit

Permalink
Merge pull request raceintospace#874 from Alsed/master
Browse files Browse the repository at this point in the history
  • Loading branch information
peyre authored Jun 20, 2024
2 parents 27fb386 + 67797b0 commit 4215dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/news.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ News(char plr)
WaitForMouseUp();
key = 0;
music_stop();
KillVoice();
stop_voice();
break;
} else if (ctop < bline && ((x >= 303 && y > 158 && x <= 313
&& y <= 194 && mousebuttons > 0) || (key >> 8) == 80)) {
Expand Down

0 comments on commit 4215dac

Please sign in to comment.