Skip to content

Commit

Permalink
FULLPIPE: Fix uninitialized class variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Sep 22, 2013
1 parent 2fb823c commit 0b88ffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/fullpipe/statics.cpp
Expand Up @@ -1131,6 +1131,9 @@ Movement::Movement(Movement *src, StaticANIObject *ani) {
_currDynamicPhaseIndex = src->_currDynamicPhaseIndex;
_field_94 = 0;

_field_24 = 0;
_field_28 = 0;

_currMovement = src;
_ox = src->_ox;
_oy = src->_oy;
Expand Down

0 comments on commit 0b88ffa

Please sign in to comment.