From 7924aae67de292b4608e5c785f1105e4d93dd6fb Mon Sep 17 00:00:00 2001 From: Luan Santos Date: Sat, 7 Oct 2023 20:23:41 -0700 Subject: [PATCH] fix: bad merge --- source/action.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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();