Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6512 in orxonox.OLD for trunk/src/world_entities/spawning_point.h


Ignore:
Timestamp:
Jan 17, 2006, 10:01:07 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: loadParams is now virtual.
ALL THE CLASSES HAVE TO CALL

SuperClass::loadParams(root);

isntead of:
static_cast<SuperClass*>(this)→loadParams(root);

which was quite stupid anyways

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/spawning_point.h

    r6139 r6512  
    2222    void init();
    2323
    24     void loadParams(const TiXmlElement* root);
     24    virtual void loadParams(const TiXmlElement* root);
    2525
    2626    /**  sets the entity that is going to be spawned by this point @param classID: the id from the class_id.h file */
Note: See TracChangeset for help on using the changeset viewer.