From 386c4a95f3aac8857be2f85d47ce830f1a63b9c0 Mon Sep 17 00:00:00 2001
From: Hannu Hanhi <hhanhipublic@gmail.com>
Date: Sun, 19 Sep 2021 00:27:02 +0300
Subject: [PATCH] Fix void that was accidentally removed earlier in hw_main.c

---
 src/hardware/hw_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hardware/hw_main.c b/src/hardware/hw_main.c
index 1c83b211b8..4a4b50d221 100644
--- a/src/hardware/hw_main.c
+++ b/src/hardware/hw_main.c
@@ -6765,7 +6765,7 @@ void HWR_DoPostProcessor(player_t *player)
 	// Flipping of the screen isn't done here anymore
 }
 
-void HWR_StartScreenWipe()
+void HWR_StartScreenWipe(void)
 {
 	//CONS_Debug(DBG_RENDER, "In HWR_StartScreenWipe()\n");
 	HWD.pfnMakeScreenTexture(HWD_SCREENTEXTURE_WIPE_START);
-- 
GitLab