shithub: choc

Download patch

ref: 7bb12317044d04b539649041eb3ea69350a1320b
parent: 9f9fa99eb12d7a7df97b20b13d2200a4946e6ba3
author: Turo Lamminen <turol@iki.fi>
date: Fri Sep 9 11:46:49 EDT 2022

heretic: Move R_ExecuteSetViewSize prototype to r_local.h

--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -139,8 +139,6 @@
 //
 //---------------------------------------------------------------------------
 
-void R_ExecuteSetViewSize(void);
-
 
 void D_Display(void)
 {
--- a/src/heretic/r_local.h
+++ b/src/heretic/r_local.h
@@ -307,6 +307,7 @@
 fixed_t R_ScaleFromGlobalAngle(angle_t visangle);
 subsector_t *R_PointInSubsector(fixed_t x, fixed_t y);
 void R_AddPointToBox(int x, int y, fixed_t * box);
+void R_ExecuteSetViewSize(void);
 
 
 //