From 888f0d24fc5d050952a5fe2116ec744ed55ef5de Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Sat, 17 Sep 2011 03:24:33 -0500 Subject: Forgot my hat --- src/mrsun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3