diff options
| author | Filippos Karapetis | 2014-12-23 21:54:53 +0200 |
|---|---|---|
| committer | Filippos Karapetis | 2014-12-23 21:54:53 +0200 |
| commit | 6edc16b6863c3957efa5ad23596e904d89f8627c (patch) | |
| tree | 8c68f942ee986e55bf786eda209961d885ea69df | |
| parent | 78ba3e32466992ee7d01aabff493617a6401273e (diff) | |
| download | scummvm-rg350-6edc16b6863c3957efa5ad23596e904d89f8627c.tar.gz scummvm-rg350-6edc16b6863c3957efa5ad23596e904d89f8627c.tar.bz2 scummvm-rg350-6edc16b6863c3957efa5ad23596e904d89f8627c.zip | |
ZVISION: Spacing
| -rw-r--r-- | engines/zvision/scripting/sidefx/animation_node.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/zvision/scripting/sidefx/animation_node.cpp b/engines/zvision/scripting/sidefx/animation_node.cpp index 4f26f039cc..134ab1396f 100644 --- a/engines/zvision/scripting/sidefx/animation_node.cpp +++ b/engines/zvision/scripting/sidefx/animation_node.cpp @@ -111,7 +111,6 @@ bool AnimationNode::process(uint32 deltaTimeInMillis) { } if (frame) { - uint32 dstw; uint32 dsth; if (_engine->getRenderManager()->getRenderTable()->getRenderState() == RenderTable::PANORAMA) { |
