Skip to content
Snippets Groups Projects
Commit e39c6b47 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Merge branch 'vanilia-savegame-fix' into 'master'

Fix saving game progress on a unmodified game

See merge request !433
parents 98e46f5b 4f18ec60
2 merge requests!488Merge in next and don't billboard papersprites in GL,!433Fix saving game progress on a unmodified game
......@@ -2630,7 +2630,7 @@ static boolean P_CanSave(void)
{
// Saving is completely ignored under these conditions:
if ((cursaveslot < 0) // Playing without saving
|| (!modifiedgame || savemoddata) // Game is modified
|| (modifiedgame && !savemoddata) // Game is modified
|| (netgame || multiplayer) // Not in single-player
|| (demoplayback || demorecording || metalrecording) // Currently in demo
|| (players[consoleplayer].lives <= 0) // Completely dead
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment