diff options
| author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-09-17 03:24:33 -0500 | 
|---|---|---|
| committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-09-17 03:24:33 -0500 | 
| commit | 888f0d24fc5d050952a5fe2116ec744ed55ef5de (patch) | |
| tree | e832117b3fdae5faab1725c6284dd7d6c6fae195 | |
| parent | ea1bfd94f592380f66263a5201e878cb68e5fb80 (diff) | |
| download | kamek-888f0d24fc5d050952a5fe2116ec744ed55ef5de.tar.gz kamek-888f0d24fc5d050952a5fe2116ec744ed55ef5de.zip | |
Forgot my hat
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); | 
