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/infos/Bot.cc

    r3196 r3300  
    5252        this->setConfigValues();
    5353
    54         this->setName(this->names_[(size_t)(rnd() * this->names_.size())]);
     54        this->setName(this->names_[static_cast<size_t>(rnd() * this->names_.size())]);
    5555
    5656        if (this->getGametype())
Note: See TracChangeset for help on using the changeset viewer.