mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
More lenient balloon color setting
This commit is contained in:
parent
9119191b43
commit
6afcde4aa5
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue