Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 9:03:51 PM (16 years ago)
Author:
landauf
Message:

converted tabs to spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/quest/QuestEffect.cc

    r2092 r2093  
    6767
    6868        for (std::list<QuestEffect*>::iterator effect = effects.begin(); effect != effects.end(); effect++)
    69         {
    70             check = check && (*effect)->invoke(player);
    71         }
    72         return check;
     69        {
     70            check = check && (*effect)->invoke(player);
     71        }
     72        return check;
    7373    }
    7474
Note: See TracChangeset for help on using the changeset viewer.