summaryrefslogtreecommitdiff
path: root/src/mrsun.cpp
diff options
context:
space:
mode:
authorColin Noga <Tempus@Spectrum-Song.local>2011-09-17 03:24:33 -0500
committerColin Noga <Tempus@Spectrum-Song.local>2011-09-17 03:24:33 -0500
commit888f0d24fc5d050952a5fe2116ec744ed55ef5de (patch)
treee832117b3fdae5faab1725c6284dd7d6c6fae195 /src/mrsun.cpp
parentea1bfd94f592380f66263a5201e878cb68e5fb80 (diff)
downloadkamek-888f0d24fc5d050952a5fe2116ec744ed55ef5de.tar.gz
kamek-888f0d24fc5d050952a5fe2116ec744ed55ef5de.zip
Forgot my hat
Diffstat (limited to 'src/mrsun.cpp')
-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);