Переглянути джерело

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;