- fixed a float/fixed mixup in R_PointOnSideSlow.

This commit is contained in:
Christoph Oelckers 2016-03-31 17:44:05 +02:00
commit 8f5ac9b73f
5 changed files with 15 additions and 12 deletions

View file

@ -1333,7 +1333,7 @@ CCMD(clearnodecache)
//
//==========================================================================
subsector_t *P_PointInSubsector (fixed_t x, fixed_t y)
subsector_t *P_PointInSubsector (double x, double y)
{
node_t *node;
int side;