mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
VOYEUR: Initialize some more variables
This commit is contained in:
parent
1b7a4cf4a0
commit
82b4768dd7
@ -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) {
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user