[Scummvm-cvs-logs] scummvm master -> 9bc0686e6076bbe5ca481c6696f0f7d3c86cd570
bluegr
bluegr at gmail.com
Mon Dec 22 23:10:13 CET 2014
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:
9bc0686e60 ZVISION: Remove leftover warning
Commit: 9bc0686e6076bbe5ca481c6696f0f7d3c86cd570
https://github.com/scummvm/scummvm/commit/9bc0686e6076bbe5ca481c6696f0f7d3c86cd570
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2014-12-23T00:09:18+02:00
Commit Message:
ZVISION: Remove leftover warning
Changed paths:
engines/zvision/scripting/actions.cpp
diff --git a/engines/zvision/scripting/actions.cpp b/engines/zvision/scripting/actions.cpp
index 0ada2ed..2a5046f 100644
--- a/engines/zvision/scripting/actions.cpp
+++ b/engines/zvision/scripting/actions.cpp
@@ -1030,9 +1030,6 @@ bool ActionSyncSound::execute() {
if (!(fx->getType() & SideFX::SIDEFX_ANIM))
return true;
- if (((AnimationNode *)fx)->getFrameDelay() > 200)
- warning("ActionSyncSound: animation frame delay is higher than 200");
-
_engine->getScriptManager()->addSideFX(new SyncSoundNode(_engine, _slotKey, _fileName, _syncto));
return true;
}
More information about the Scummvm-git-logs
mailing list