diff options
-rw-r--r-- | engines/hopkins/events.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/hopkins/events.cpp b/engines/hopkins/events.cpp index 2a0137deac..dffe480833 100644 --- a/engines/hopkins/events.cpp +++ b/engines/hopkins/events.cpp @@ -54,8 +54,7 @@ EventsManager::EventsManager(HopkinsEngine *vm) { _objectBuf = NULL; Common::fill(&_keyState[0], &_keyState[256], false); - _priorCounterTime = 0; - _priorFrameTime = 0; + _priorCounterTime = _priorFrameTime = g_system->getMillis(); } EventsManager::~EventsManager() { |