File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 #define DAYLIGHT_STARS
4040 #define HAS_NO_ATMOSPHERE
4141 #undef BORDER_FOG
42- #define ATM_FOG_MULT 0
42+ #define ATM_FOG_MULT 0
4343 #define HAS_NO_ATMOSPHERE
4444#endif
4545
Original file line number Diff line number Diff line change 141141
142142 #define SPECIAL_PORTAL_EFFECTS
143143 #define REFLECTION_RES 0.5 // [1.0 0.5]
144-
145- #define SUN_ANGLE - 1 // [-1 0 -20 -30 -40 -50 -60 60 50 40 30 20]
144+
145+ #ifdef AD_ASTRA
146+ #define SUN_ANGLE 0 // [-1 0 -20 -30 -40 -50 -60 60 50 40 30 20]
147+ #else
148+ #define SUN_ANGLE - 1 // [-1 0 -20 -30 -40 -50 -60 60 50 40 30 20]
149+ #endif
146150
147151 #define SELECT_OUTLINE 1 // [0 1 3 4 2]
148152 // #define SELECT_OUTLINE_AUTO_HIDE
386390 #define WATER_STYLE_DEFAULT 3
387391 // #define WATER_CAUSTIC_STYLE_DEFAULT 3
388392 #define AURORA_STYLE_DEFAULT 2
389- #define SUN_MOON_STYLE_DEFAULT 2
393+ #define SUN_MOON_STYLE_DEFAULT 2
390394 #define CLOUD_STYLE_DEFAULT 3
391395 #define RAINBOW_STYLE_DEFAULT 4
392396 #endif
You can’t perform that action at this time.
0 commit comments