Ignore:
Timestamp:
Aug 30, 2014, 3:47:59 PM (10 years ago)
Author:
alloc
Message:

Fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/MapRendering/Constants.cs

    r130 r143  
    77                public const int MAP_BLOCK_SIZE = 128;
    88                public const int MAP_CHUNK_SIZE = 16;
     9                public const int MAP_REGION_SIZE = 512;
    910                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;
    1012                public const int ZOOMLEVELS = 5;
    1113                public static string MAP_DIRECTORY = string.Empty;
Note: See TracChangeset for help on using the changeset viewer.