summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/mrsun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mrsun.cpp b/src/mrsun.cpp
index 00ca9ca..32ab1c4 100755
--- a/src/mrsun.cpp
+++ b/src/mrsun.cpp
@@ -280,7 +280,7 @@ void daMrSun_c::beginState_Spin() { OSReport("Hoola hoola hoola hoop."); }
void daMrSun_c::executeState_Spin() {
if (this->timer > 1000)
- this->doStateChange(&StateID_Wait);
+ this->doStateChange(&StateID_Follow);
this->direction = dSprite_c__getXDirectionOfFurthestPlayerRelativeToVEC3(this, this->pos);