summaryrefslogtreecommitdiff
path: root/src/mrsun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mrsun.cpp')
-rwxr-xr-xsrc/mrsun.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mrsun.cpp b/src/mrsun.cpp
index b643128..35d72a4 100755
--- a/src/mrsun.cpp
+++ b/src/mrsun.cpp
@@ -226,7 +226,10 @@ int daMrSun_c::onCreate() {
this->sunDying = 0;
this->killFlag = 0;
- this->pos.z = 5500.00;
+ if (this->settings == 1)
+ this->pos.z = 6000.0f; // moon
+ else
+ this->pos.z = 5750.0f; // sun
char eventNum = (this->settings >> 16) & 0xFF;