Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10513 in orxonox.OLD for trunk/src/world_entities


Ignore:
Timestamp:
Jan 30, 2007, 8:12:15 PM (17 years ago)
Author:
patrick
Message:

ai segfault fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/mount_point.cc

    r10491 r10513  
    168168    if( obj->isA( WorldEntity::staticClassID()))
    169169    {
     170      PRINTF(0)("Mount Point created a %s\n", obj->getCName());
    170171      // cast down the object to WE
    171172      this->_mount = dynamic_cast<WorldEntity*>(obj);
Note: See TracChangeset for help on using the changeset viewer.