0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-04-18 05:41:30 +00:00

- removed some leftover pieces of the original savepic code in RR.

This commit is contained in:
Christoph Oelckers 2020-01-15 20:52:36 +01:00
parent a4d8e68b9f
commit 298bbb4c97
2 changed files with 0 additions and 5 deletions
source
duke3d/src
rr/src

View file

@ -615,7 +615,6 @@ bool GameInterface::SaveGame(FSaveGameNode* sv)
else
{
videoNextPage(); // no idea if this is needed here.
return G_SavePlayer(sv);
}
}

View file

@ -364,10 +364,6 @@ bool GameInterface::SaveGame(FSaveGameNode* sv)
{
videoNextPage(); // no idea if this is needed here.
g_screenCapture = 1;
G_DrawRooms(myconnectindex, 65536);
g_screenCapture = 0;
return G_SavePlayer(sv);
}
}