Skip to content

Commit

Permalink
Merge pull request #124 from CarlKenner/Version022
Browse files Browse the repository at this point in the history
Fix bugs in released version 021
  • Loading branch information
KozGit authored Mar 12, 2017
2 parents e93bf85 + 0e0c6c8 commit 0ff3b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions neo/framework/Common_load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ bool idCommonLocal::SaveGame( const char* saveName )
gameDetails.descriptors.Set( SAVEGAME_DETAIL_FIELD_LANGUAGE, sys_lang.GetString() );
gameDetails.descriptors.SetInt( SAVEGAME_DETAIL_FIELD_CHECKSUM, ( int )gameDetails.descriptors.Checksum() );

gameDetails.isRBDoom = false; // Carl
gameDetails.slotName = saveName;
ScrubSaveGameFileName( gameDetails.slotName );

Expand Down
1 change: 1 addition & 0 deletions neo/sys/sys_savegame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ void idSaveGameDetails::Clear()
{
descriptors.Clear();
damaged = false;
isRBDoom = false; // Carl
date = 0;
slotName[0] = '\0';
}
Expand Down

0 comments on commit 0ff3b45

Please sign in to comment.