Fix void that was accidentally removed earlier in hw_main.c

This commit is contained in:
Hannu Hanhi 2021-09-19 00:27:02 +03:00
parent 6c4cb3a025
commit 386c4a95f3

View file

@ -6765,7 +6765,7 @@ void HWR_DoPostProcessor(player_t *player)
// Flipping of the screen isn't done here anymore // Flipping of the screen isn't done here anymore
} }
void HWR_StartScreenWipe() void HWR_StartScreenWipe(void)
{ {
//CONS_Debug(DBG_RENDER, "In HWR_StartScreenWipe()\n"); //CONS_Debug(DBG_RENDER, "In HWR_StartScreenWipe()\n");
HWD.pfnMakeScreenTexture(HWD_SCREENTEXTURE_WIPE_START); HWD.pfnMakeScreenTexture(HWD_SCREENTEXTURE_WIPE_START);