ref: d991427fa136d025570f83d7f81e8e0f84cf331d
parent: 1ef1524440999b45cd0cafd515756001a4c5fae9
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 12:37:11 EDT 2022
strife: Move forwardmove extern declaration to doomstat.h
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1699,7 +1699,6 @@
if ( (p=M_CheckParm ("-turbo")) )
{
int scale = 200;
- extern fixed_t forwardmove[2];
extern fixed_t sidemove[2];
if (p<myargc-1)
--- a/src/strife/doomstat.h
+++ b/src/strife/doomstat.h
@@ -183,6 +183,8 @@
extern boolean demorecording;
extern int mouse_fire_countdown; // villsa [STRIFE]
+extern fixed_t forwardmove[2];
+
// Round angleturn in ticcmds to the nearest 256. This is used when
// recording Vanilla demos in netgames.