mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Clarify clipupdatesector() log message a bit
# Conflicts: # source/build/src/clip.cpp
This commit is contained in:
parent
32ddabb12c
commit
f5788c331e
1 changed files with 1 additions and 2 deletions
|
@ -1011,8 +1011,7 @@ static void clipupdatesector(vec2_t const pos, int16_t * const sectnum, int wall
|
|||
|
||||
if (nsecs > (walldist + 8))
|
||||
{
|
||||
Printf("%s():%d shortest distance between origin point (%d, %d) and sector %d is %d. Sector may be corrupt!\n",
|
||||
EDUKE32_FUNCTION, __LINE__, pos.x, pos.y, *sectnum, nsecs);
|
||||
Printf("%s(): initial position (%d, %d) not within initial sector %d; shortest distance %d.\n", EDUKE32_FUNCTION, pos.x, pos.y, *sectnum, nsecs);
|
||||
walldist = 0x7fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue