Changeset 9715 in orxonox.OLD for branches/new_class_id/src/world_entities/npcs/gate.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/npcs/gate.cc
r9709 r9715 32 32 33 33 #include "class_id.h" 34 NewObjectListDefinitionID(Gate, CL_GATE);34 ObjectListDefinitionID(Gate, CL_GATE); 35 35 CREATE_FACTORY(Gate); 36 36 … … 200 200 201 201 // for all players 202 for ( NewObjectList<Playable>::const_iterator it = Playable::objectList().begin();202 for (ObjectList<Playable>::const_iterator it = Playable::objectList().begin(); 203 203 it != Playable::objectList().end(); 204 204 ++it) … … 212 212 213 213 214 for ( NewObjectList<GenericNPC>::const_iterator it = GenericNPC::objectList().begin();214 for (ObjectList<GenericNPC>::const_iterator it = GenericNPC::objectList().begin(); 215 215 it != GenericNPC::objectList().end(); 216 216 ++it)
Note: See TracChangeset
for help on using the changeset viewer.