Browse Source

clearTables when closing stash mpq

pull/4361/head
obligaron 4 years ago committed by Anders Jenbo
parent
commit
9c0960589e
  1. 2
      Source/pfile.cpp

2
Source/pfile.cpp

@ -309,7 +309,7 @@ void sfile_write_stash()
SaveStash(); SaveStash();
StashWriter.Close(false); StashWriter.Close();
Stash.dirty = false; Stash.dirty = false;
} }

Loading…
Cancel
Save