Changeset 9667 for code/trunk/src/orxonox/worldentities/pawns/Spectator.cc
- Timestamp:
- Aug 25, 2013, 9:08:42 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core6 merged: 9552-9554,9556-9574,9577-9579,9585-9593,9596-9612,9626-9662
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/worldentities/pawns/Spectator.cc
r7863 r9667 31 31 #include "util/Convert.h" 32 32 #include "core/CoreIncludes.h" 33 #include "core/ ConfigValueIncludes.h"33 #include "core/config/ConfigValueIncludes.h" 34 34 #include "core/GameMode.h" 35 35 #include "core/command/CommandExecutor.h" … … 45 45 extern const std::string __CC_suicide_name; 46 46 47 CreateFactory(Spectator);48 49 Spectator::Spectator( BaseObject* creator) : ControllableEntity(creator)47 RegisterClass(Spectator); 48 49 Spectator::Spectator(Context* context) : ControllableEntity(context) 50 50 { 51 51 RegisterObject(Spectator);
Note: See TracChangeset
for help on using the changeset viewer.