From 2cb19e153dfad4f2283c5f6ee09f13c6775ab569 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 17 Jan 2019 01:02:26 +0100 Subject: [PATCH] racing:: 'two players' option should work now --- racing.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/racing.cpp b/racing.cpp index 51d2ebdd..d9694112 100644 --- a/racing.cpp +++ b/racing.cpp @@ -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;