mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Terrain/Road/River handler are now in compileable state
This commit is contained in:
@@ -80,7 +80,7 @@ private:
|
||||
class CDrawRiversOperation : public CDrawLinesOperation
|
||||
{
|
||||
public:
|
||||
CDrawRiversOperation(CMap * map, const CTerrainSelection & terrainSel, RoadId roadType, CRandomGenerator * gen);
|
||||
CDrawRiversOperation(CMap * map, const CTerrainSelection & terrainSel, RiverId roadType, CRandomGenerator * gen);
|
||||
std::string getLabel() const override;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user