Permit up to 5 moons.

This commit is contained in:
2024-04-24 10:14:41 -04:00
parent 104cc02ed1
commit af26d16562
+1 -1
View File
@@ -74,7 +74,7 @@ enum
#define MAX_SUNS 1
#define MAX_PLANETS 16
#define MAX_MOONS 4
#define MAX_MOONS 5
#define MAP_BORDER_HEIGHT 5
#define SCAN_SCREEN_HEIGHT (SIS_SCREEN_HEIGHT - MAP_HEIGHT - MAP_BORDER_HEIGHT)