xts_archive: Ensure NAX's type member is always initialized

Ensures that the member always has a deterministic value.
master
Lioncash 2018-09-19 13:46:32 +07:00
parent 92a98a8b19
commit f272261c21
1 changed files with 1 additions and 1 deletions

@ -60,7 +60,7 @@ private:
VirtualFile file;
Loader::ResultStatus status;
NAXContentType type;
NAXContentType type{};
VirtualFile dec_file;