fix for previous commit, make sure .ctype is valid

This commit is contained in:
jacob1 2015-12-18 20:05:52 -05:00
parent 139bdd7f4d
commit 74b8ba8a07

View File

@ -78,7 +78,8 @@ int Element_STKM::run_stickman(playerst *playerp, UPDATE_FUNC_ARGS) {
float rocketBootsHeadEffectV = 0.3f;// stronger acceleration vertically, to counteract gravity
float rocketBootsFeetEffectV = 0.45f;
STKM_set_element(sim, playerp, parts[i].ctype);
if (parts[i].ctype && sim->IsValidElement(parts[i].ctype))
STKM_set_element(sim, playerp, parts[i].ctype);
playerp->frames++;
//Temperature handling