Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2006, 11:54:34 PM (17 years ago)
Author:
marcscha
Message:

Modifications to ship, HUD,.. see changelog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/weapons/weapon_manager.cc

    r9961 r9965  
    317317
    318318/**
    319  * @brief does the same as the funtion inclreaseAmmunition, added four your convenience
     319 * @brief does the same as the funtion increaseAmmunition, added four your convenience
    320320 * @param weapon, the Weapon to read the ammo-info about.
    321321 * @param ammo how much ammo to add.
    322322 */
    323 float WeaponManager::inclreaseAmmunition(const Weapon* weapon, float ammo)
     323float WeaponManager::increaseAmmunition(const Weapon* weapon, float ammo)
    324324{
    325325  assert (weapon != NULL);
Note: See TracChangeset for help on using the changeset viewer.