FULLPIPE: Fix whitespace errors
This commit is contained in:
parent
88a2eaba93
commit
8e0c53de18
3 changed files with 3 additions and 3 deletions
|
@ -512,7 +512,7 @@ bool Picture::load(MfcArchive &file) {
|
|||
setAOIDs();
|
||||
}
|
||||
|
||||
assert (g_fp->_gameProjectVersion >= 12);
|
||||
assert(g_fp->_gameProjectVersion >= 12);
|
||||
|
||||
_alpha = file.readUint32LE() & 0xff;
|
||||
|
||||
|
|
|
@ -1497,7 +1497,7 @@ Movement::~Movement() {
|
|||
for (uint i = 0; i < _dynamicPhases.size(); i++)
|
||||
delete _framePosOffsets[i];
|
||||
|
||||
if (!_currMovement ) {
|
||||
if (!_currMovement) {
|
||||
if (_updateFlag1) {
|
||||
_dynamicPhases[0]->freePixelData();
|
||||
_dynamicPhases.remove_at(0);
|
||||
|
|
|
@ -107,7 +107,7 @@ public:
|
|||
};
|
||||
|
||||
class ObList : public Common::List<CObject *>, public CObject {
|
||||
public:
|
||||
public:
|
||||
virtual bool load(MfcArchive &file);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue