~kalon33/corsix-th/master

« back to all changes in this revision

Viewing changes to MapEdit/Src/th_map_wrapper.cpp

  • Committer: corsixth.bot at gmail
  • Date: 2014-03-31 23:30:23 UTC
  • Revision ID: svn-v4:c39591fa-788f-11de-a72b-d90af8dea425:trunk:2687
Remove trailing whitespaces in .h, .cpp, .c and .lua files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
        uint16_t iNew = iNewBlocks[1 + iDir] & 0xFF;
180
180
        if(iOld == iNew)
181
181
            continue;
182
 
        
 
182
 
183
183
        bShouldCheckHospitality = true;
184
184
        if(_isDoorframe(iOld) || _isDoorframe(iNew))
185
185
            bShouldCheckNeighbourDoors = true;
388
388
        }
389
389
    }
390
390
    return bShouldHaveDoor;
391
 
}
 
 
b'\\ No newline at end of file'
 
391
}