mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 20:55:19 +00:00
VOYEUR: Fix default value of _computerTextId
This commit is contained in:
parent
c14e6a0272
commit
2bdad6250d
@ -49,7 +49,7 @@ SVoy::SVoy(VoyeurEngine *vm):_vm(vm) {
|
||||
_audioVisualStartTime = 0;
|
||||
_audioVisualDuration = 0;
|
||||
_boltGroupId2 = 0;
|
||||
_computerTextId = 0;
|
||||
_computerTextId = -1;
|
||||
_computerTimeMin = _computerTimeMax = 0;
|
||||
_eventCount = 0;
|
||||
_fadingStep1 = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user