diff options
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index a350a79..bd8ef32 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -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(); |
