Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2008, 11:43:48 AM (16 years ago)
Author:
rgrieder
Message:

Forgot to consider some files wile renaming StaticEntity to PositionableEntity again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/orxonox/objects/worldentities/SpawnPoint.h

    r2151 r2184  
    3434#include "core/Identifier.h"
    3535#include "core/Template.h"
    36 #include "StaticEntity.h"
     36#include "PositionableEntity.h"
    3737#include "objects/worldentities/pawns/Pawn.h"
    3838
    3939namespace orxonox
    4040{
    41     class _OrxonoxExport SpawnPoint : public StaticEntity
     41    class _OrxonoxExport SpawnPoint : public PositionableEntity
    4242    {
    4343        public:
Note: See TracChangeset for help on using the changeset viewer.