summaryrefslogtreecommitdiff
path: root/src/Companion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Companion.h')
-rw-r--r--src/Companion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Companion.h b/src/Companion.h
index abe8ce9..748efbb 100644
--- a/src/Companion.h
+++ b/src/Companion.h
@@ -135,7 +135,7 @@ private:
uint32_t gCurrentFileOffset;
uint32_t gCurrentSegmentNumber;
std::optional<VRAMEntry> gCurrentVram;
- CompressionType gCurrentCompressionType;
+ CompressionType gCurrentCompressionType = CompressionType::None;
std::vector<Table> gTables;
std::variant<std::vector<std::string>, std::string> gWriteOrder;
std::unordered_map<std::string, std::shared_ptr<BaseFactory>> gFactories;