Răsfoiți Sursa

Removed outdated comment

Ivan Savenko 2 ani în urmă
părinte
comite
c6f089c6b1
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 4
      lib/TerrainHandler.cpp

+ 0 - 4
lib/TerrainHandler.cpp

@@ -16,10 +16,6 @@
 
 
 VCMI_LIB_NAMESPACE_BEGIN
 VCMI_LIB_NAMESPACE_BEGIN
 
 
-//regular expression to change id for string at config
-//("allowedTerrain"\s*:\s*\[.*)9(.*\],\n)
-//\1"rock"\2
-
 TerrainType * TerrainTypeHandler::loadFromJson( const std::string & scope, const JsonNode & json, const std::string & identifier, size_t index)
 TerrainType * TerrainTypeHandler::loadFromJson( const std::string & scope, const JsonNode & json, const std::string & identifier, size_t index)
 {
 {
 	TerrainType * info = new TerrainType;
 	TerrainType * info = new TerrainType;