mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix override
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user