Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 9, 2008, 8:28:24 PM (16 years ago)
Author:
landauf
Message:
  • removed #include "core/CoreIncludes.h" from Gamestate.h and put it into the .cc files
  • removed a warning in Client.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/Orxonox.cc

    r1747 r1752  
    5454// core
    5555#include "core/ConfigFileManager.h"
     56#include "core/CoreIncludes.h"
    5657#include "core/Iterator.h"
    5758#include "core/ConsoleCommand.h"
     
    185186        it->setSpeedFactor(it->getSpeedFactor() * change);
    186187
    187     for (Iterator<Backlight> it = ObjectList<Backlight>::begin(); it; ++it)
     188    for (ObjectList<Backlight>::iterator it = ObjectList<Backlight>::begin(); it; ++it)
    188189        it->setTimeFactor(Orxonox::getSingleton()->getTimeFactor());
    189190  }
Note: See TracChangeset for help on using the changeset viewer.