Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2006, 8:06:39 PM (19 years ago)
Author:
bensch
Message:

renamed newclassid to classid and newobjectlist to objectlist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/npcs/gate.cc

    r9709 r9715  
    3232
    3333#include "class_id.h"
    34 NewObjectListDefinitionID(Gate, CL_GATE);
     34ObjectListDefinitionID(Gate, CL_GATE);
    3535CREATE_FACTORY(Gate);
    3636
     
    200200
    201201  // for all players
    202   for (NewObjectList<Playable>::const_iterator it = Playable::objectList().begin();
     202  for (ObjectList<Playable>::const_iterator it = Playable::objectList().begin();
    203203       it != Playable::objectList().end();
    204204       ++it)
     
    212212
    213213
    214   for (NewObjectList<GenericNPC>::const_iterator it = GenericNPC::objectList().begin();
     214  for (ObjectList<GenericNPC>::const_iterator it = GenericNPC::objectList().begin();
    215215       it != GenericNPC::objectList().end();
    216216       ++it)
Note: See TracChangeset for help on using the changeset viewer.