Skip to content

Commit

Permalink
astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Jan 12, 2020
1 parent f688161 commit 7278721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/savegame_json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2359,7 +2359,7 @@ void item::deserialize( JsonIn &jsin )
io::JsonObjectInputArchive archive( data );
io( archive );
// made for fast forwarding time from 0.D to 0.E
if ( savegame_loading_version < 27 ) {
if( savegame_loading_version < 27 ) {
legacy_fast_forward_time();
}
// migration code, used to be std::list<item>
Expand Down

0 comments on commit 7278721

Please sign in to comment.