diff options
Diffstat (limited to '')
-rwxr-xr-x | src/mrsun.cpp | 2 |
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); |