Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 12:51:36 PM (16 years ago)
Author:
landauf
Message:

don't panic, no codechanges!
added a link to www.orxonox.net

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/weapon/AmmunitionDump.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    114115    return stock_[id];
    115116  }
    116  
     117
    117118  void AmmunitionDump::registerAllVariables(){
    118119    registerVar( &numberOfAmmos_, sizeof(int), network::DATA);
    119    
     120
    120121    for (int i = 0; i < numberOfAmmos_; i++)
    121122    {
Note: See TracChangeset for help on using the changeset viewer.