Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 27, 2015, 10:03:53 PM (9 years ago)
Author:
landauf
Message:

cleanup: empty level is empty again & tabs→spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.cc

    r10455 r10601  
    1212RegisterClass(GravityBombMunition);
    1313
    14         GravityBombMunition::GravityBombMunition(Context* context) : Munition(context)
    15         {
    16                 RegisterObject(GravityBombMunition);
    17                 this->maxMunitionPerMagazine_ = 1;
    18                 this->maxMagazines_ = 30;
    19                 this->magazines_ = 15;
     14    GravityBombMunition::GravityBombMunition(Context* context) : Munition(context)
     15    {
     16        RegisterObject(GravityBombMunition);
     17        this->maxMunitionPerMagazine_ = 1;
     18        this->maxMagazines_ = 30;
     19        this->magazines_ = 15;
    2020
    21                 this->bUseSeparateMagazines_ = false;
    22                 this->bStackMunition_ = true;
     21        this->bUseSeparateMagazines_ = false;
     22        this->bStackMunition_ = true;
    2323
    24                 this->bAllowMunitionRefilling_ = true;
    25                 this->bAllowMultiMunitionRemovementUnderflow_ = false;
    26         }
     24        this->bAllowMunitionRefilling_ = true;
     25        this->bAllowMultiMunitionRemovementUnderflow_ = false;
     26    }
    2727
    2828}
Note: See TracChangeset for help on using the changeset viewer.