mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
More lenient balloon color setting
This commit is contained in:
parent
db3a5ec181
commit
0bf46935da
1 changed files with 1 additions and 2 deletions
|
|
@ -11741,8 +11741,7 @@ ML_NOCLIMB : Direction not controllable
|
|||
break;
|
||||
// SRB2Kart
|
||||
case MT_BALLOON:
|
||||
if (mthing->angle < MAXSKINCOLORS && mthing->angle > 0)
|
||||
mobj->color = mthing->angle;
|
||||
mobj->color = (1 + (mthing->angle % (MAXSKINCOLORS-1)));
|
||||
break;
|
||||
case MT_AAZTREE_HELPER:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue