racing:: 'two players' option should work now

This commit is contained in:
Zeno Rogue 2019-01-17 01:02:26 +01:00
parent c313f59c87
commit 2cb19e153d
1 changed files with 3 additions and 0 deletions

View File

@ -801,6 +801,8 @@ string racetimeformat(int t) {
return times;
}
extern int playercfg;
void track_chooser(string new_track) {
cmode = 0;
gamescreen(2);
@ -825,6 +827,7 @@ void track_chooser(string new_track) {
dialog::addSelItem(XLAT1(linf[l].name), s, let++);
dialog::add_action([l, new_track] () {
stop_game();
multi::players = playercfg;
if(!racing::on) switch_game_mode(rg::racing);
track_code = new_track;
specialland = l;