浏览代码

Update mapeditor/mapcontroller.h

Co-authored-by: Ivan Savenko <[email protected]>
Laserlicht 2 月之前
父节点
当前提交
dfd13fc498
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mapeditor/mapcontroller.h

+ 1 - 1
mapeditor/mapcontroller.h

@@ -105,7 +105,7 @@ private:
 	std::vector<std::unique_ptr<CGObjectInstance>> _clipboard;
 	int _clipboardShiftIndex = 0;
 
-	const int MAX_LEVELS = 10;
+	const int MAX_LEVELS = 10; // TODO: multilevel support: remove this constant
 
 	std::map<TerrainId, std::unique_ptr<EditorObstaclePlacer>> _obstaclePainters;