Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11063


Ignore:
Timestamp:
Jan 14, 2016, 10:27:10 PM (8 years ago)
Author:
landauf
Message:

ups, forgot to commit a file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v3/src/modules/overlays/hud/HUDWeaponMode.cc

    r11057 r11063  
    128128            if (munition != NULL)
    129129            {
    130                 MunitionDeployment::Value deployment = munition->getMunitionDeployment();
     130                MunitionDeployment deployment = munition->getMunitionDeployment();
    131131
    132132                if (deployment == MunitionDeployment::Share)
     
    239239        if (munition != NULL)
    240240        {
    241             MunitionDeployment::Value deployment = munition->getMunitionDeployment();
     241            MunitionDeployment deployment = munition->getMunitionDeployment();
    242242
    243243            if (deployment == MunitionDeployment::Share)
Note: See TracChangeset for help on using the changeset viewer.