Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 17, 2009, 11:53:35 PM (15 years ago)
Author:
rgrieder
Message:

Found a few more C-Style casts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc

    r3280 r3300  
    281281        else
    282282        {
    283             callMemberNetworkFunction(Pawn, doFire, this->getObjectID(), 0, ((uint8_t)firemode));
     283            callMemberNetworkFunction(Pawn, doFire, this->getObjectID(), 0, firemode);
    284284            if (this->weaponSystem_)
    285285                this->weaponSystem_->fire(firemode);
Note: See TracChangeset for help on using the changeset viewer.