Skip to content

Commit

Permalink
VOYEUR: Fix default value of _computerTextId
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Mar 12, 2014
1 parent c14e6a0 commit 2bdad62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/voyeur/data.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 2bdad62

Please sign in to comment.