Fix buffer overflow when when fetching typenames on freeslots
here's a fun one: MOBJTYPE_LIST
only covers the standard types, so if a freeslot mobj has it's removal delayed, it tries to fetch a value beyond the end of MOBJTYPE_LIST
. so, in that case, we can just return MT_FREESLOT
instead.