summaryrefslogtreecommitdiff
path: root/hotfix-01_save-stomach-contents.patch
diff options
context:
space:
mode:
Diffstat (limited to 'hotfix-01_save-stomach-contents.patch')
-rw-r--r--hotfix-01_save-stomach-contents.patch18
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();