bugfix-citysizing #7

Merged
MagicBot merged 3 commits from bugfix-citysizing into master 2022-05-22 13:07:28 +00:00
Showing only changes of commit 638985d332 - Show all commits
+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;