Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2009, 11:57:28 PM (15 years ago)
Author:
rgrieder
Message:

In quest system:

  • Build fix (non-void function must return a value)
  • Removed some header files to reduce compile time
  • svn:eol-style "native" for the added files
  • removed svn:executable property from QuestNotification.cc
File:
1 edited

Legend:

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

    r5738 r5748  
    140140                this->removeContainer(*it);
    141141                this->scroll(Vector2(0.0,-(1.1*this->getFontSize())));
    142                 it = this->containers_.begin(); //TDO: Needed?
     142                it = this->containers_.begin(); //TODO: Needed?
    143143            }
    144144
     
    443443        {
    444444            this->removeContainer(*it);
    445             it = this->containers_.begin(); //TDO: Needed?
     445            it = this->containers_.begin(); //TODO: Needed?
    446446        }
    447447    }
Note: See TracChangeset for help on using the changeset viewer.