Skip to content

Commit

Permalink
Fixed|Game Save: Crash attempting to save in all games other than Hexen
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jun 26, 2012
1 parent 31d5ea1 commit 33b10c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/saveinfo.c
Expand Up @@ -71,7 +71,7 @@ const ddstring_t* SaveInfo_FilePath(SaveInfo* info)
const saveheader_t* SaveInfo_Header(SaveInfo* info)
{
assert(info);
if(!SaveInfo_IsLoadable(info)) return NULL;
//if(!SaveInfo_IsLoadable(info)) return NULL;
return &info->header;
}

Expand Down

0 comments on commit 33b10c9

Please sign in to comment.