WIP implementation note
This commit is contained in:
@@ -63,6 +63,7 @@ public:
|
|||||||
aDrawTerrain(std::string name, stroke_ter_changes_t stroke_changes) :
|
aDrawTerrain(std::string name, stroke_ter_changes_t stroke_changes) :
|
||||||
cTerrainAction(name, stroke_changes.begin()->first), // Use arbitrary changed tile as site of change
|
cTerrainAction(name, stroke_changes.begin()->first), // Use arbitrary changed tile as site of change
|
||||||
changes(stroke_changes) {}
|
changes(stroke_changes) {}
|
||||||
|
// TODO store another boost::optional action that happens at the same as placing town entrance, sign
|
||||||
bool undo_me() override;
|
bool undo_me() override;
|
||||||
bool redo_me() override;
|
bool redo_me() override;
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user