mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Add missing explicit break
This commit is contained in:
parent
98142864d7
commit
4ed6c3665a
1 changed files with 1 additions and 0 deletions
|
@ -9878,6 +9878,7 @@ mobj_t *P_SpawnMobj(fixed_t x, fixed_t y, fixed_t z, mobjtype_t type)
|
||||||
break;
|
break;
|
||||||
case MT_TUMBLEGEM:
|
case MT_TUMBLEGEM:
|
||||||
mobj->color = P_RandomKey(MAXSKINCOLORS - 1) + 1;
|
mobj->color = P_RandomKey(MAXSKINCOLORS - 1) + 1;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue