forked from mirrors/0ad
warning fixes
GameSetup.cpp: add support for new internal/public mod layout This was SVN commit r6393.
This commit is contained in:
@@ -145,7 +145,7 @@ private:
|
||||
|
||||
void OnObjectSettingsChange(const ObjectSettings& settings)
|
||||
{
|
||||
SetSelection(settings.GetPlayerID());
|
||||
SetSelection((long)settings.GetPlayerID());
|
||||
}
|
||||
|
||||
void OnSelect(wxCommandEvent& evt)
|
||||
|
||||
Reference in New Issue
Block a user