Fix Atlas saving game type under wrong property name.

This was SVN commit r9599.
This commit is contained in:
Ykkrosh 2011-06-09 16:39:31 +00:00
parent 8eadd4e25f
commit 8720b4a220

View File

@ -266,7 +266,7 @@ AtObj MapSettings::UpdateSettingsObject()
m_MapSettings.setBool("RevealMap", wxDynamicCast(FindWindow(ID_MapReveal), wxCheckBox)->GetValue());
m_MapSettings.set("MapType", wxDynamicCast(FindWindow(ID_MapType), wxChoice)->GetStringSelection());
m_MapSettings.set("GameType", wxDynamicCast(FindWindow(ID_MapType), wxChoice)->GetStringSelection());
AtIter oldPlayer = m_MapSettings["PlayerData"]["item"];
AtObj players;