Changeset 685
- Timestamp:
- Jul 29, 2025, 7:17:54 PM (14 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r683 r685 396 396 else WorldSize := DefaultWorldSize; 397 397 if WorldSize > MaxWorldSize then WorldSize := MaxWorldSize; 398 if WorldSize >0 then WorldSize := 0;398 if WorldSize < 0 then WorldSize := 0; 399 399 if ValueExists('LandMass') then StartLandMass := Reg.ReadInteger('LandMass') 400 400 else StartLandMass := DefaultLandMass;
Note:
See TracChangeset
for help on using the changeset viewer.