- Timestamp:
- Aug 30, 2014, 3:47:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/MapRendering/Constants.cs
r130 r143 7 7 public const int MAP_BLOCK_SIZE = 128; 8 8 public const int MAP_CHUNK_SIZE = 16; 9 public const int MAP_REGION_SIZE = 512; 9 10 public const int MAP_BLOCK_TO_CHUNK_DIV = MAP_BLOCK_SIZE / MAP_CHUNK_SIZE; 11 public const int MAP_REGION_TO_CHUNK_DIV = MAP_REGION_SIZE / MAP_CHUNK_SIZE; 10 12 public const int ZOOMLEVELS = 5; 11 13 public static string MAP_DIRECTORY = string.Empty;
Note:
See TracChangeset
for help on using the changeset viewer.