From 413394585037996b8c4afe60ac4e868d5aacca55 Mon Sep 17 00:00:00 2001 From: md5 Date: Sun, 27 Mar 2011 18:13:42 +0300 Subject: SCI: Renamed restAdjust to r_rest (like r_acc and r_prev) --- engines/sci/sci.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sci/sci.cpp') diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index bcbb005eb0..85c2eced19 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -575,9 +575,8 @@ bool SciEngine::initGame() { } // Reset parser - if (_vocabulary) { + if (_vocabulary) _vocabulary->reset(); - } _gamestate->lastWaitTime = _gamestate->_screenUpdateTime = g_system->getMillis(); -- cgit v1.2.3