diff options
Diffstat (limited to 'engines/fullpipe')
| -rw-r--r-- | engines/fullpipe/statics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp index 993e776c77..21b9ba89a6 100644 --- a/engines/fullpipe/statics.cpp +++ b/engines/fullpipe/statics.cpp @@ -1954,7 +1954,7 @@ void Movement::loadPixelData() { mov = mov->_currMovement; for (uint i = 0; i < mov->_dynamicPhases.size(); i++) { - if ((Statics *)mov->_dynamicPhases[i] != mov->_staticsObj2 || !(mov->_staticsObj2->_staticsId & 0x4000)) + if (mov->_dynamicPhases[i] != mov->_staticsObj2 || !(mov->_staticsObj2->_staticsId & 0x4000)) mov->_dynamicPhases[i]->getPixelData(); } |
