diff options
Diffstat (limited to 'engines/voyeur')
-rw-r--r-- | engines/voyeur/data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/data.cpp b/engines/voyeur/data.cpp index 3ab5716991..ec5170cd32 100644 --- a/engines/voyeur/data.cpp +++ b/engines/voyeur/data.cpp @@ -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; |