Changeset 9715 in orxonox.OLD for branches/new_class_id/src/world_entities/player.cc
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/player.cc
r9705 r9715 24 24 #include "debug.h" 25 25 26 NewObjectListDefinition(Player);26 ObjectListDefinition(Player); 27 27 /** 28 28 * creates a new Player … … 101 101 { 102 102 /// FIXME this should be in the ObjectManager 103 for ( NewObjectList<Playable>::const_iterator node = Playable::objectList().begin();103 for (ObjectList<Playable>::const_iterator node = Playable::objectList().begin(); 104 104 node != Playable::objectList().end(); 105 105 ++node)
Note: See TracChangeset
for help on using the changeset viewer.