VOYEUR: Initialize some more variables

This commit is contained in:
Strangerke 2014-02-12 07:48:03 +01:00
parent 1b7a4cf4a0
commit 82b4768dd7
2 changed files with 5 additions and 2 deletions

View File

@ -47,6 +47,9 @@ SVoy::SVoy() {
_murderThreshold = 9999;
_aptLoadMode = -1;
_eventFlags |= EVTFLAG_100;
_totalPhoneCalls = 0;
_victimMurdered = false;
_computerTimeMin = _computerTimeMax = 0;
}
void SVoy::setVm(VoyeurEngine *vm) {

View File

@ -145,8 +145,8 @@ public:
int _incriminatedVictimNumber;
int _videoEventId;
RectResource *_viewBounds;
int _curICF0;
int _curICF1;
int _curICF0; // Useless variable
int _curICF1; // Useless variable
bool _fadeICF0; // Useless variable? (always the same value)
int _policeEvent;