Permalink
Browse files
ZVISION: Remove leftover warning
- Loading branch information
Showing
with
0 additions
and
3 deletions.
-
+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; |
|
|
} |
|
|
|