diff --git a/src/m_cheat.c b/src/m_cheat.c index 4be071bb2..aa992621a 100644 --- a/src/m_cheat.c +++ b/src/m_cheat.c @@ -1110,7 +1110,7 @@ static mapthing_t *OP_CreateNewMapThing(player_t *player, UINT16 type, boolean c mt->pitch = mt->roll = 0; // Ignore offsets - if (mt->type == MT_EMBLEM) + if (mt->type == mobjinfo[MT_EMBLEM].doomednum) mt->args[1] = 1; else mt->args[0] = 1;