Browse Source

Revert "bugfix for vanilla diablo (set archive size to zero in case the file did not exists)"

This reverts commit 5fb3b6fa66.
pull/1029/head
pionere 5 years ago committed by Anders Jenbo
parent
commit
2cbe239d6d
  1. 1
      Source/mpqapi.cpp

1
Source/mpqapi.cpp

@ -207,7 +207,6 @@ struct Archive {
}
} else {
mode |= std::ios::trunc;
this->size = 0;
}
if (!stream.Open(name, mode)) {
stream.Close();

Loading…
Cancel
Save