mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
DIRECTOR: fix unitialized scalar field
Initialize _nextFrame and _nextFrame counter in the debugger. Fixes COVERITY: 1498346
This commit is contained in:
parent
4affcaa1c6
commit
00e8feaaa7
@ -77,6 +77,8 @@ Debugger::Debugger(): GUI::Debugger() {
|
||||
_finishCounter = 0;
|
||||
_next = false;
|
||||
_nextCounter = 0;
|
||||
_nextFrame = false;
|
||||
_nextFrameCounter = 0;
|
||||
}
|
||||
|
||||
Debugger::~Debugger() {
|
||||
|
Loading…
Reference in New Issue
Block a user