Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7092 in orxonox.OLD for trunk/src/world_entities/playable.cc


Ignore:
Timestamp:
Feb 7, 2006, 5:27:54 PM (18 years ago)
Author:
bensch
Message:

absDir

File:
1 edited

Legend:

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

    r7091 r7092  
    2121#include "player.h"
    2222#include "state.h"
     23#include "load_param.h"
    2324
    2425#include "world_entities/projectiles/projectile.h"
     
    8283}
    8384
     85
     86void Playable::loadParams(const TiXmlElement* root)
     87{
     88  WorldEntity::loadParams(root);
     89
     90  LoadParam(root, "abs-dir", this, Playable, setAbsDirPlay);
     91}
    8492
    8593void Playable::addWeapon(Weapon* weapon, int configID, int slotID)
Note: See TracChangeset for help on using the changeset viewer.