1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Fix override

This commit is contained in:
Tomasz Zieliński
2023-06-10 15:07:03 +02:00
parent f4dc8e6529
commit 65a8478b74

View File

@@ -19,7 +19,7 @@ public:
MODIFICATOR(RoadPlacer);
void process() override;
void init();
void init() override;
char dump(const int3 &) override;
void addRoadNode(const int3 & node);