This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 9599 for ps


Ignore:
Timestamp:
06/09/11 18:39:31 (14 years ago)
Author:
philip
Message:

Fix Atlas saving game type under wrong property name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp

    r9570 r9599  
    267267    m_MapSettings.setBool("RevealMap", wxDynamicCast(FindWindow(ID_MapReveal), wxCheckBox)->GetValue());
    268268
    269     m_MapSettings.set("MapType", wxDynamicCast(FindWindow(ID_MapType), wxChoice)->GetStringSelection());
     269    m_MapSettings.set("GameType", wxDynamicCast(FindWindow(ID_MapType), wxChoice)->GetStringSelection());
    270270
    271271    AtIter oldPlayer = m_MapSettings["PlayerData"]["item"];
Note: See TracChangeset for help on using the changeset viewer.