Changeset 3300 for code/trunk/src/orxonox/objects/infos
- Timestamp:
- Jul 17, 2009, 11:53:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/infos/Bot.cc
r3196 r3300 52 52 this->setConfigValues(); 53 53 54 this->setName(this->names_[ (size_t)(rnd() * this->names_.size())]);54 this->setName(this->names_[static_cast<size_t>(rnd() * this->names_.size())]); 55 55 56 56 if (this->getGametype())
Note: See TracChangeset
for help on using the changeset viewer.