More lenient balloon color setting

This commit is contained in:
TehRealSalt 2018-11-14 04:45:40 -05:00
parent 9119191b43
commit 6afcde4aa5

View file

@ -11741,8 +11741,7 @@ ML_NOCLIMB : Direction not controllable
break; break;
// SRB2Kart // SRB2Kart
case MT_BALLOON: case MT_BALLOON:
if (mthing->angle < MAXSKINCOLORS && mthing->angle > 0) mobj->color = (1 + (mthing->angle % (MAXSKINCOLORS-1)));
mobj->color = mthing->angle;
break; break;
case MT_AAZTREE_HELPER: case MT_AAZTREE_HELPER:
{ {