[Scummvm-git-logs] scummvm master -> 381567c1a399fb4f4f1ce0bbaa515c97c99349a8

dreammaster dreammaster at scummvm.org
Thu Nov 9 16:48:44 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
381567c1a3 XEEN: Properly animate arrow shooting


Commit: 381567c1a399fb4f4f1ce0bbaa515c97c99349a8
    https://github.com/scummvm/scummvm/commit/381567c1a399fb4f4f1ce0bbaa515c97c99349a8
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-11-09T10:48:39-05:00

Commit Message:
XEEN: Properly animate arrow shooting

Changed paths:
    engines/xeen/interface.cpp


diff --git a/engines/xeen/interface.cpp b/engines/xeen/interface.cpp
index 689a797..230bafc 100644
--- a/engines/xeen/interface.cpp
+++ b/engines/xeen/interface.cpp
@@ -1247,6 +1247,7 @@ void Interface::draw3d(bool updateFlag, bool skipDelay) {
 	Screen &screen = *_vm->_screen;
 	Scripts &scripts = *_vm->_scripts;
 
+	events.updateGameCounter();
 	if (screen._windows[11]._enabled)
 		return;
 





More information about the Scummvm-git-logs mailing list