Fix uninitialized variable in race result screen
This commit is contained in:
parent
87e3e74692
commit
40949a03d2
@ -64,6 +64,7 @@ namespace irr
|
|||||||
|
|
||||||
RaceGUIBase::RaceGUIBase()
|
RaceGUIBase::RaceGUIBase()
|
||||||
{
|
{
|
||||||
|
m_enabled_network_spectator = false;
|
||||||
initSize();
|
initSize();
|
||||||
m_ignore_unimportant_messages = false;
|
m_ignore_unimportant_messages = false;
|
||||||
//I18N: as in "ready, set, go", shown at the beginning of the race
|
//I18N: as in "ready, set, go", shown at the beginning of the race
|
||||||
|
Loading…
Reference in New Issue
Block a user