Skip to content
Permalink
Browse files

ZVISION: Remove leftover warning

  • Loading branch information
bluegr committed Dec 22, 2014
1 parent fb92408 commit 9bc0686e6076bbe5ca481c6696f0f7d3c86cd570
Showing with 0 additions and 3 deletions.
  1. +0 −3 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;
}

0 comments on commit 9bc0686

Please sign in to comment.
You can’t perform that action at this time.