Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2010, 1:22:15 PM (14 years ago)
Author:
dafrick
Message:

Resolving some TODO's.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/questsystem/QuestHint.cc

    r7456 r7548  
    9090    bool QuestHint::isActive(const PlayerInfo* player) const
    9191    {
    92         //TODO: Replace with asser.
     92        //TODO: Replace with assert.
    9393        if(player == NULL) // NULL-Pointers are ugly!
    9494        {
Note: See TracChangeset for help on using the changeset viewer.