Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4906 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Jul 20, 2005, 1:41:19 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: states are now flow'n through

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/player.cc

    r4885 r4906  
    4949  Weapon* wpLeft = new TestGun(this, Vector(-2.6, 0.1, -3.0), Quaternion(), 1);
    5050
    51   this->weaponMan->addWeapon(wpRight, W_CONFIG0, W_SLOT0);
    52   this->weaponMan->addWeapon(wpLeft, W_CONFIG1, W_SLOT1);
    53   this->weaponMan->addWeapon(wpRight, W_CONFIG2);
    54   this->weaponMan->addWeapon(wpLeft, W_CONFIG2);
     51  this->weaponMan->addWeapon(wpRight, WM_CONFIG0, WM_SLOT0);
     52  this->weaponMan->addWeapon(wpLeft, WM_CONFIG1, WM_SLOT1);
     53  this->weaponMan->addWeapon(wpRight, WM_CONFIG2);
     54  this->weaponMan->addWeapon(wpLeft, WM_CONFIG2);
    5555}
    5656
     
    8383  Weapon* wpLeft = new TestGun(this, Vector(-2.6, 0.1, -3.0), Quaternion(), 1);
    8484
    85   this->weaponMan->addWeapon(wpRight, W_CONFIG0, W_SLOT0);
    86   this->weaponMan->addWeapon(wpLeft, W_CONFIG1, W_SLOT1);
    87   this->weaponMan->addWeapon(wpRight, W_CONFIG2);
    88   this->weaponMan->addWeapon(wpLeft, W_CONFIG2);
     85  this->weaponMan->addWeapon(wpRight, WM_CONFIG0, WM_SLOT0);
     86  this->weaponMan->addWeapon(wpLeft, WM_CONFIG1, WM_SLOT1);
     87  this->weaponMan->addWeapon(wpRight, WM_CONFIG2);
     88  this->weaponMan->addWeapon(wpLeft, WM_CONFIG2);
    8989}
    9090
Note: See TracChangeset for help on using the changeset viewer.