[Scummvm-git-logs] scummvm master -> 843e201aeaaf2cf03d59de860bd5784c325c375d
aquadran
noreply at scummvm.org
Sun Sep 18 09:55:02 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
843e201aea WINTERMUTE: Fixed static analysis issue report
Commit: 843e201aeaaf2cf03d59de860bd5784c325c375d
https://github.com/scummvm/scummvm/commit/843e201aeaaf2cf03d59de860bd5784c325c375d
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-09-18T11:54:52+02:00
Commit Message:
WINTERMUTE: Fixed static analysis issue report
Changed paths:
engines/wintermute/base/gfx/xfile_loader.cpp
diff --git a/engines/wintermute/base/gfx/xfile_loader.cpp b/engines/wintermute/base/gfx/xfile_loader.cpp
index 3ec4537be9d..861ed184115 100644
--- a/engines/wintermute/base/gfx/xfile_loader.cpp
+++ b/engines/wintermute/base/gfx/xfile_loader.cpp
@@ -98,6 +98,7 @@ void XFileLoader::init() {
deinit();
_decompBuffer = nullptr;
+ _bufferLeft = 0;
_tokenPresent = false;
_isText = false;
_listSeparator = false;
More information about the Scummvm-git-logs
mailing list