瀏覽代碼

Removed outdated comment

Ivan Savenko 2 年之前
父節點
當前提交
c6f089c6b1
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      lib/TerrainHandler.cpp

+ 0 - 4
lib/TerrainHandler.cpp

@@ -16,10 +16,6 @@
 
 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 * info = new TerrainType;