Changeset 1752 for code/trunk/src/orxonox/Orxonox.cc
- Timestamp:
- Sep 9, 2008, 8:28:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/Orxonox.cc
r1747 r1752 54 54 // core 55 55 #include "core/ConfigFileManager.h" 56 #include "core/CoreIncludes.h" 56 57 #include "core/Iterator.h" 57 58 #include "core/ConsoleCommand.h" … … 185 186 it->setSpeedFactor(it->getSpeedFactor() * change); 186 187 187 for ( Iterator<Backlight>it = ObjectList<Backlight>::begin(); it; ++it)188 for (ObjectList<Backlight>::iterator it = ObjectList<Backlight>::begin(); it; ++it) 188 189 it->setTimeFactor(Orxonox::getSingleton()->getTimeFactor()); 189 190 }
Note: See TracChangeset
for help on using the changeset viewer.