shithub: choc

Download patch

ref: 1ef1524440999b45cd0cafd515756001a4c5fae9
parent: 1112e6d783cad35adf994f6281e619b27852c839
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 12:35:04 EDT 2022

strife: Fix forwardmove and sidemove extern declaration types

--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1699,8 +1699,8 @@
     if ( (p=M_CheckParm ("-turbo")) )
     {
         int     scale = 200;
-        extern int forwardmove[2];
-        extern int sidemove[2];
+        extern fixed_t forwardmove[2];
+        extern fixed_t sidemove[2];
 
         if (p<myargc-1)
             scale = atoi (myargv[p+1]);