mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -04:00
replace doomprintf with printf for "Unknown Thing type" message
This commit is contained in:
parent
81b2f88822
commit
1997a14c1f
@ -1240,7 +1240,7 @@ void P_SpawnMapThing (mapthing_t* mthing)
|
||||
|
||||
if (i == num_mobj_types)
|
||||
{
|
||||
doomprintf("Unknown Thing type %i at (%i, %i)",
|
||||
printf("P_SpawnMapThing: Unknown Thing type %i at (%i, %i)\n",
|
||||
mthing->type, mthing->x, mthing->y);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user