Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10440 in orxonox.OLD for trunk/src/world_entities/mount_point.cc


Ignore:
Timestamp:
Jan 28, 2007, 2:09:09 PM (17 years ago)
Author:
patrick
Message:

making weapons loadable

File:
1 edited

Legend:

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

    r10437 r10440  
    2121#include "util/loading/load_param_xml.h"
    2222
    23 
     23#include "weapons/weapon_slot.h"
    2424
    2525#include "mount_point.h"
     
    178178      this->_mount->toList( (OM_LIST)(this->getOMListNumber()+1));
    179179    }
     180    else if( obj->isA( WeaponSlot::staticClassID()))
     181    {
     182      PRINTF(0)("=========+>we got a weapon slot\n");
     183    }
    180184  }
    181185  else
Note: See TracChangeset for help on using the changeset viewer.