RECORDER: Fix CID 1046884. Uninitialized class variables.
This commit is contained in:
parent
aaaf466c71
commit
c1397788f2
1 changed files with 13 additions and 0 deletions
|
@ -77,6 +77,19 @@ EventRecorder::EventRecorder() {
|
|||
_initialized = false;
|
||||
_needRedraw = false;
|
||||
_fastPlayback = false;
|
||||
|
||||
_fakeTimer = 0;
|
||||
_savedState = false;
|
||||
_needcontinueGame = false;
|
||||
_temporarySlot = 0;
|
||||
_realSaveManager = 0;
|
||||
_realMixerManager = 0;
|
||||
controlPanel = 0;
|
||||
_lastMillis = 0;
|
||||
_lastScreenshotTime = 0;
|
||||
_screenshotPeriod = 0;
|
||||
_playbackFile = 0;
|
||||
|
||||
DebugMan.addDebugChannel(kDebugLevelEventRec, "EventRec", "Event recorder debug level");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue