shithub: rott

Download patch

ref: 61a235463c4e2fe2eaff6395cb7e4eca8011c7db
parent: 08f98ec44f87037889a1d0553ae4d8f97939e7a1
author: Jacob Moody <moody@posixcafe.org>
date: Sat Feb 11 13:31:58 EST 2023

hack around screen rotate that we dont support

--- a/src/rt_draw.c
+++ b/src/rt_draw.c
@@ -2549,7 +2549,7 @@
         DrawPlayScreen (true);
         //void RotateScreen(int startAngle, int endAngle, int startScale, int endScale, int time);
         
-        RotateScreenScaleFloat(0, 360, 0.01875, 1.0, (VBLCOUNTER*3)/4, false, true);
+        //RotateScreenScaleFloat(0, 360, 0.01875, 1.0, (VBLCOUNTER*3)/4, false, true);
 
         //RotateScreen(0,FINEANGLES,FINEANGLES,FINEANGLES*8,(VBLCOUNTER*3)/4, 0, false);
         //RotateBuffer(0,FINEANGLES,FINEANGLES*8,FINEANGLES,(VBLCOUNTER*3)/4);