- Fixed a compile error introduced in r1007.

SVN r1008 (trunk)
This commit is contained in:
Christoph Oelckers 2008-05-31 08:08:35 +00:00
parent 6a264daa04
commit ccf123407a

View file

@ -868,7 +868,7 @@ private:
if(FindMugShotState(fullStateName) != NULL)
SetMugShotState(fullStateName);
else
SetMugShotState(stateName);
SetMugShotState("death");
}
return 0;
}