From 9c0960589ea4951e94fc6ceb245b80d54b4d03ce Mon Sep 17 00:00:00 2001 From: obligaron Date: Thu, 7 Apr 2022 23:20:37 +0200 Subject: [PATCH] clearTables when closing stash mpq --- Source/pfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/pfile.cpp b/Source/pfile.cpp index b5d516dc0..4bcf89052 100644 --- a/Source/pfile.cpp +++ b/Source/pfile.cpp @@ -309,7 +309,7 @@ void sfile_write_stash() SaveStash(); - StashWriter.Close(false); + StashWriter.Close(); Stash.dirty = false; }