Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9715 in orxonox.OLD for branches/new_class_id/src/orxonox.cc


Ignore:
Timestamp:
Sep 1, 2006, 8:06:39 PM (18 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/orxonox.cc

    r9709 r9715  
    9696REGISTER_ARG_ARG(  _, write_dict,  "compression", "writedict",    "write packets to DATA/dicts/newdict",               "numBytes" );
    9797
    98 NewObjectListDefinition(Orxonox);
     98ObjectListDefinition(Orxonox);
    9999
    100100/**
     
    148148
    149149
    150   NewObjectListBase::debugAll(1);
     150  ObjectListBase::debugAll(1);
    151151
    152152  Preferences::getInstance()->save();
Note: See TracChangeset for help on using the changeset viewer.