- 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

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);
}
}