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/player.cc

    r9705 r9715  
    2424#include "debug.h"
    2525
    26 NewObjectListDefinition(Player);
     26ObjectListDefinition(Player);
    2727/**
    2828 * creates a new Player
     
    101101{
    102102  /// 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();
    104104       node != Playable::objectList().end();
    105105       ++node)
Note: See TracChangeset for help on using the changeset viewer.