diff --git a/source/duke3d/src/savegame.cpp b/source/duke3d/src/savegame.cpp index af50e2543..ec2937e02 100644 --- a/source/duke3d/src/savegame.cpp +++ b/source/duke3d/src/savegame.cpp @@ -615,7 +615,6 @@ bool GameInterface::SaveGame(FSaveGameNode* sv) else { videoNextPage(); // no idea if this is needed here. - return G_SavePlayer(sv); } } diff --git a/source/rr/src/savegame.cpp b/source/rr/src/savegame.cpp index 58cfb724e..c1c63fe6e 100644 --- a/source/rr/src/savegame.cpp +++ b/source/rr/src/savegame.cpp @@ -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); } }