From 3de1ba11b3dff52a5449d6ef9435572238f16958 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Fri, 2 Mar 2018 22:52:41 +0100 Subject: TUCKER: Use Verb enum in more places --- engines/tucker/locations.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/tucker/locations.cpp') diff --git a/engines/tucker/locations.cpp b/engines/tucker/locations.cpp index dc7e43f209..28fca114b0 100644 --- a/engines/tucker/locations.cpp +++ b/engines/tucker/locations.cpp @@ -1350,7 +1350,7 @@ void TuckerEngine::updateSprite_locationNum21() { void TuckerEngine::execData3PreUpdate_locationNum21() { if (_xPosCurrent > 460 && _flagsTable[58] == 0 && _nextAction == 0) { - _currentActionVerb = 0; + _currentActionVerb = kVerbWalk; _pendingActionDelay = 0; _flagsTable[59] = 1; _nextAction = 2; @@ -1754,7 +1754,7 @@ void TuckerEngine::execData3PreUpdate_locationNum28() { _csDataLoaded = false; _pendingActionDelay = 0; _pendingActionIndex = 0; - _currentActionVerb = 0; + _currentActionVerb = kVerbWalk; } } @@ -2356,7 +2356,7 @@ void TuckerEngine::execData3PreUpdate_locationNum53() { _csDataLoaded = false; _pendingActionDelay = 0; _pendingActionIndex = 0; - _currentActionVerb = 0; + _currentActionVerb = kVerbWalk; } } -- cgit v1.2.3