Add missing explicit break

This commit is contained in:
lachablock 2021-08-20 20:03:55 +10:00
parent 98142864d7
commit 4ed6c3665a

View file

@ -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;
}