mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-11 20:40:47 +00:00
Fix void that was accidentally removed earlier in hw_main.c
This commit is contained in:
parent
6c4cb3a025
commit
386c4a95f3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue