mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 01:10:51 +00:00
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:
parent
934849a965
commit
a955f415c4
1 changed files with 2 additions and 2 deletions
|
@ -872,7 +872,7 @@ REDODOOR:
|
||||||
}
|
}
|
||||||
else
|
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);
|
floorNeighbor, ceilingNeighbor);
|
||||||
pSector->lotag ^= 0x8000;
|
pSector->lotag ^= 0x8000;
|
||||||
}
|
}
|
||||||
|
@ -897,7 +897,7 @@ REDODOOR:
|
||||||
|
|
||||||
if (i < 0)
|
if (i < 0)
|
||||||
{
|
{
|
||||||
OSD_Printf("WARNING: SE23 i<0!\n");
|
OSD_Printf("WARNING: ST_23_SWINGING_DOOR without SE_11_SWINGING_DOOR!\n");
|
||||||
return;
|
return;
|
||||||
} // JBF
|
} // JBF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue