diff --git a/source/action.h b/source/action.h index 456cdcf5..0e31b7ce 100644 --- a/source/action.h +++ b/source/action.h @@ -65,10 +65,7 @@ struct WaypointData { }; class Change { -private: - ChangeType type; - void* data; - +public: Change(Tile* tile); ~Change();