Improve a couple of tagged sector warning messages. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@6130 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-05-17 05:46:52 +00:00
parent 934849a965
commit a955f415c4

View file

@ -872,7 +872,7 @@ REDODOOR:
}
else
{
OSD_Printf("WARNING: ST22: null sector: floor neighbor=%d, ceiling neighbor=%d!\n",
OSD_Printf("WARNING: ST_22_SPLITTING_DOOR: null sector: floor neighbor=%d, ceiling neighbor=%d!\n",
floorNeighbor, ceilingNeighbor);
pSector->lotag ^= 0x8000;
}
@ -897,7 +897,7 @@ REDODOOR:
if (i < 0)
{
OSD_Printf("WARNING: SE23 i<0!\n");
OSD_Printf("WARNING: ST_23_SWINGING_DOOR without SE_11_SWINGING_DOOR!\n");
return;
} // JBF