Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 14, 2008, 12:20:14 AM (16 years ago)
Author:
landauf
Message:

removed WorldEntity, SpaceShip and several other objects
removed SpaceShip-related hacks in network and other places

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc

    r1887 r1916  
    4040#include "core/ConfigValueIncludes.h"
    4141#include "core/CoreIncludes.h"
    42 #include "objects/Backlight.h"
     42//#include "objects/Backlight.h"
    4343#include "objects/Tickable.h"
    4444#include "objects/Radar.h"
    45 #include "tools/ParticleInterface.h"
     45//#include "tools/ParticleInterface.h"
    4646#include "Settings.h"
    4747#include "GraphicsEngine.h"
     
    146146        float change = factor / this->timeFactor_;
    147147        this->timeFactor_ = factor;
     148/*
    148149        for (ObjectList<ParticleInterface>::iterator it = ObjectList<ParticleInterface>::begin(); it; ++it)
    149150            it->setSpeedFactor(it->getSpeedFactor() * change);
     
    151152        for (ObjectList<Backlight>::iterator it = ObjectList<Backlight>::begin(); it; ++it)
    152153            it->setTimeFactor(timeFactor_);
     154*/
    153155    }
    154156
Note: See TracChangeset for help on using the changeset viewer.