mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
vcmi: modernize lib/mapping
This commit is contained in:
@@ -63,7 +63,7 @@ private:
|
||||
class CDrawTerrainOperation : public CMapOperation
|
||||
{
|
||||
public:
|
||||
CDrawTerrainOperation(CMap * map, const CTerrainSelection & terrainSel, TerrainId terType, CRandomGenerator * gen);
|
||||
CDrawTerrainOperation(CMap * map, CTerrainSelection terrainSel, TerrainId terType, CRandomGenerator * gen);
|
||||
|
||||
void execute() override;
|
||||
void undo() override;
|
||||
@@ -73,7 +73,7 @@ public:
|
||||
private:
|
||||
struct ValidationResult
|
||||
{
|
||||
ValidationResult(bool result, const std::string & transitionReplacement = "");
|
||||
ValidationResult(bool result, std::string transitionReplacement = "");
|
||||
|
||||
bool result;
|
||||
/// The replacement of a T rule, either D or S.
|
||||
|
||||
Reference in New Issue
Block a user