mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +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
|
||||
{
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue