I've commented out the call to HWR_CorrectSWTricks.

I don't think it does anything for us anymore, and might even break things with slopes.
Someone let me know if I'm wrong and am breaking things horribly here.
This commit is contained in:
Sryder 2018-03-23 22:27:29 +00:00
parent fab4b7f5ea
commit f62cb3a30a
1 changed files with 1 additions and 1 deletions

View File

@ -2718,7 +2718,7 @@ boolean P_SetupLevel(boolean skipprecip)
HWR_ResetLights();
#endif
// Correct missing sidedefs & deep water trick
HWR_CorrectSWTricks();
//HWR_CorrectSWTricks();
HWR_CreatePlanePolygons((INT32)numnodes - 1);
}
#endif