- removed code duplication from last cherry-pick

This commit is contained in:
Christoph Oelckers 2019-09-20 09:35:09 +02:00
parent 410da8a085
commit dcc3e2b94e

View file

@ -5446,8 +5446,6 @@ void polymost_drawrooms()
resizeglcheck(); resizeglcheck();
polymost_shadeInterpolate(r_shadeinterpolate);
//global cos/sin tilt angle //global cos/sin tilt angle
gctang = cosf(gtang); gctang = cosf(gtang);
gstang = sinf(gtang); gstang = sinf(gtang);