Revert grid sizing to 576/640 per 2018 commit.

This commit is contained in:
2022-05-13 13:38:52 -04:00
parent 894427af72
commit 638985d332
+2 -2
View File
@@ -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;