Changeset 511
- Timestamp:
- Dec 27, 2023, 8:30:17 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r505 r511 1102 1102 pgStartMap, pgEditMap: 1103 1103 begin 1104 if Page = pgEditMap then 1105 MapFileName := List.Items[List.ItemIndex] + CevoMapExt; 1104 if Page = pgEditMap then begin 1105 if List.ItemIndex >= 0 then 1106 MapFileName := List.Items[List.ItemIndex] + CevoMapExt 1107 else Exit; 1108 end; 1106 1109 MiniMap.LoadFromMapFile(GetMapsDir + DirectorySeparator + MapFileName, 1107 1110 nMapLandTiles, nMapStartPositions);
Note:
See TracChangeset
for help on using the changeset viewer.