mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
I swear, the amount of trivial differences between toolchain setups drives me up the wall sometimes
git-svn-id: https://svn.eduke32.com/eduke32@8247 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b2421887a1
commit
91dac5c73a
1 changed files with 2 additions and 2 deletions
|
@ -1025,8 +1025,8 @@ static void clipupdatesector(vec2_t const pos, int16_t * const sectnum, int wall
|
|||
|
||||
if (nsecs > (walldist + 8))
|
||||
{
|
||||
OSD_Printf(EDUKE32_PRETTY_FUNCTION ":%d shortest distance between origin point (%d, %d) and sector %d is %d. Sector may be corrupt!\n",
|
||||
__LINE__, pos.x, pos.y, *sectnum, nsecs);
|
||||
OSD_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);
|
||||
walldist = 0x7fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue