Skip to content

Commit

Permalink
FULLPIPE: Remove extra sizeof. CID 1220156
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jun 6, 2014
1 parent 6bf2022 commit e4403ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/fullpipe/scenes.cpp
Expand Up @@ -1463,7 +1463,7 @@ Ball *BallChain::sub04(Ball *ballP, Ball *ballN) {
runPtr->p0 = pTail;
pTail = runPtr;

runPtr -= sizeof(Ball);
runPtr--;
}
}

Expand Down

0 comments on commit e4403ee

Please sign in to comment.