Skip to content

Commit

Permalink
Remove overmap_debug_mongroup (cataclysmbnteam#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
KheirFerrum authored Nov 21, 2022
1 parent 46ba305 commit 6a5701e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/savegame_json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4292,7 +4292,6 @@ void uistatedata::serialize( JsonOut &json ) const
json.member( "bionic_ui_sort_mode", bionic_sort_mode );
json.member( "overmap_debug_weather", overmap_debug_weather );
json.member( "overmap_visible_weather", overmap_visible_weather );
json.member( "overmap_debug_mongroup", overmap_debug_mongroup );

json.member( "input_history" );
json.start_object();
Expand Down Expand Up @@ -4341,7 +4340,6 @@ void uistatedata::deserialize( const JsonObject &jo )
jo.read( "bionic_ui_sort_mode", bionic_sort_mode );
jo.read( "overmap_debug_weather", overmap_debug_weather );
jo.read( "overmap_visible_weather", overmap_visible_weather );
jo.read( "overmap_debug_mongroup", overmap_debug_mongroup );

if( !jo.read( "vmenu_show_items", vmenu_show_items ) ) {
// This is an old save: 1 means view items, 2 means view monsters,
Expand Down

0 comments on commit 6a5701e

Please sign in to comment.