JANITORIAL: Remove trailing spaces

This commit is contained in:
Eugene Sandulenko 2016-10-09 14:59:58 +02:00
parent c5efd9f748
commit dead4aa014
379 changed files with 1319 additions and 1319 deletions

View file

@ -379,7 +379,7 @@ void LabEngine::decIncInv(uint16 *curInv, bool decreaseFl) {
newInv = 1;
interfaceOff();
while (newInv && (newInv <= _numInv)) {
if (_conditions->in(newInv) && !_inventory[newInv]._bitmapName.empty()) {
_nextFileName = getInvName(newInv);