Add a quick save button to the map editor.
This commit is contained in:
committed by
Gustas
parent
3dd1fd6b00
commit
7cdc8c4ec5
@@ -31,10 +31,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
int nextId;
|
||||
|
||||
public bool Modified;
|
||||
public bool SaveFailed;
|
||||
|
||||
public void WorldLoaded(World w, WorldRenderer wr)
|
||||
{
|
||||
Add(new OpenMapAction());
|
||||
Modified = false;
|
||||
}
|
||||
|
||||
public void Add(IEditorAction editorAction)
|
||||
|
||||
Reference in New Issue
Block a user