From 559c74592dc644b9ac998da0f5b84efea3c1455e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 20 Jun 2022 19:36:05 -0700 Subject: Updated to 2022-06-20-2237 Fix FMC merchant patch. --- hotfix-01_save-stomach-contents.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 hotfix-01_save-stomach-contents.patch (limited to 'hotfix-01_save-stomach-contents.patch') 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(); -- cgit v1.2.1