diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-20 19:36:05 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-20 19:36:05 -0700 |
commit | 559c74592dc644b9ac998da0f5b84efea3c1455e (patch) | |
tree | e7aff80e29914ec0eb35b0fd22eabdf93d8c33ff /hotfix-01_save-stomach-contents.patch | |
parent | Also remove sealed jars of sauerkraut/eggs/pickles from the FMC Broker. (diff) | |
download | cataclysm-bn-559c74592dc644b9ac998da0f5b84efea3c1455e.tar.xz |
Updated to 2022-06-20-2237
Fix FMC merchant patch.
Diffstat (limited to 'hotfix-01_save-stomach-contents.patch')
-rw-r--r-- | hotfix-01_save-stomach-contents.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/hotfix-01_save-stomach-contents.patch b/hotfix-01_save-stomach-contents.patch deleted file mode 100644 index f65f0e1..0000000 --- a/hotfix-01_save-stomach-contents.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/src/savegame_json.cpp -+++ b/src/savegame_json.cpp -@@ -608,6 +608,7 @@ - overmap_time_array.read_next( tdr ); - overmap_time[pt] = tdr; - } -+ data.read( "stomach", stomach ); - data.read( "automoveroute", auto_move_route ); - - known_traps.clear(); -@@ -740,6 +741,7 @@ - } - json.end_array(); - } -+ json.member( "stomach", stomach ); - json.member( "automoveroute", auto_move_route ); - json.member( "known_traps" ); - json.start_array(); |