mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-14 17:00:39 +00:00
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:
parent
fab4b7f5ea
commit
f62cb3a30a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue