Changeset 1916 for code/branches/objecthierarchy/src/orxonox/gamestates
- Timestamp:
- Oct 14, 2008, 12:20:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc
r1887 r1916 40 40 #include "core/ConfigValueIncludes.h" 41 41 #include "core/CoreIncludes.h" 42 #include "objects/Backlight.h"42 //#include "objects/Backlight.h" 43 43 #include "objects/Tickable.h" 44 44 #include "objects/Radar.h" 45 #include "tools/ParticleInterface.h"45 //#include "tools/ParticleInterface.h" 46 46 #include "Settings.h" 47 47 #include "GraphicsEngine.h" … … 146 146 float change = factor / this->timeFactor_; 147 147 this->timeFactor_ = factor; 148 /* 148 149 for (ObjectList<ParticleInterface>::iterator it = ObjectList<ParticleInterface>::begin(); it; ++it) 149 150 it->setSpeedFactor(it->getSpeedFactor() * change); … … 151 152 for (ObjectList<Backlight>::iterator it = ObjectList<Backlight>::begin(); it; ++it) 152 153 it->setTimeFactor(timeFactor_); 154 */ 153 155 } 154 156
Note: See TracChangeset
for help on using the changeset viewer.