mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +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;
|
||||
case MT_TUMBLEGEM:
|
||||
mobj->color = P_RandomKey(MAXSKINCOLORS - 1) + 1;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue