summary refs log tree commit diff stats
path: root/tools/mapedit/src/frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mapedit/src/frame.cpp')
-rw-r--r--tools/mapedit/src/frame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mapedit/src/frame.cpp b/tools/mapedit/src/frame.cpp index 9d489b8..500f2c4 100644 --- a/tools/mapedit/src/frame.cpp +++ b/tools/mapedit/src/frame.cpp
@@ -513,6 +513,7 @@ void MapeditFrame::SelectMap(Map* map)
513 currentMap = map; 513 currentMap = map;
514 mapEditor->SetMap(map); 514 mapEditor->SetMap(map);
515 titleBox->ChangeValue(map->getTitle()); 515 titleBox->ChangeValue(map->getTitle());
516 world->setLastMap(map);
516} 517}
517 518
518wxTreeItemId MapeditFrame::MoveTreeNode(wxTreeItemId toCopy, wxTreeItemId newParent) 519wxTreeItemId MapeditFrame::MoveTreeNode(wxTreeItemId toCopy, wxTreeItemId newParent)