Revert grid sizing to 576/640 per 2018 commit.
This commit is contained in:
@@ -2416,8 +2416,8 @@ public class Enum {
|
|||||||
|
|
||||||
public enum CityBoundsType {
|
public enum CityBoundsType {
|
||||||
|
|
||||||
GRID(640),
|
GRID(576),
|
||||||
ZONE(672),
|
ZONE(640),
|
||||||
SIEGE(814);
|
SIEGE(814);
|
||||||
|
|
||||||
public final float extents;
|
public final float extents;
|
||||||
|
|||||||
Reference in New Issue
Block a user