shithub: rott

Download patch

ref: fae9820e640fd7e08bb5f22d073a171f61ab58b4
parent: d06c480dcb598d3dd925b2c95cc8af6a28630499
author: levesqu8 <levesqu8@msu.edu>
date: Mon Dec 4 16:47:04 EST 2017

quick fix for aimbutton

--- a/rott/rt_playr.c
+++ b/rott/rt_playr.c
@@ -2521,6 +2521,11 @@
     {
         y = KY + JY + CY + VY;
     }
+    //kill any movement
+    if (aimbuttonpressed)
+    {
+        y = 0;
+    }
 
     if (player->flags & FL_FLEET)
         y += y>>1;