Merge branch 'next' into public_next

This commit is contained in:
Alam Ed Arias 2016-06-08 15:07:08 -04:00
commit 5d263da9b4

View file

@ -1324,6 +1324,7 @@ void R_RenderPlayerView(player_t *player)
#endif #endif
R_RenderBSPNode((INT32)numnodes - 1); R_RenderBSPNode((INT32)numnodes - 1);
R_ClipSprites();
R_DrawPlanes(); R_DrawPlanes();
#ifdef FLOORSPLATS #ifdef FLOORSPLATS
R_DrawVisibleFloorSplats(); R_DrawVisibleFloorSplats();