include gCurrentFileOffset in the reset

This commit is contained in:
AltoXorg
2024-04-20 10:25:02 -06:00
committed by Lywx
parent fb9a018feb
commit a2c0ff7392
+1
View File
@@ -717,6 +717,7 @@ void Companion::Process() {
this->gCurrentVram = std::nullopt;
this->gCurrentSegmentNumber = 0;
this->gCurrentCompressionType = CompressionType::None;
this->gCurrentFileOffset = 0;
this->gTables.clear();
this->gCurrentExternalFiles.clear();
GFXDOverride::ClearVtx();