Changeset 1968 for code/branches/objecthierarchy/src/orxonox/objects/infos
- Timestamp:
- Oct 20, 2008, 1:47:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc
r1949 r1968 89 89 void LevelInfo::setGametype(const std::string& gametype) 90 90 { 91 std::cout << "0: " << gametype << std::endl;92 91 Identifier* identifier = ClassByString(gametype); 93 92 if (identifier) 94 93 { 95 std::cout << "1: " << identifier->getName() << std::endl;96 94 this->gametype_ = gametype; 97 95 this->gametypeIdentifier_ = identifier;
Note: See TracChangeset
for help on using the changeset viewer.