Changeset 10578 for code/branches/core7/src/orxonox/infos
- Timestamp:
- Sep 9, 2015, 4:10:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/infos/PlayerInfo.cc
r10576 r10578 98 98 { 99 99 Gametype* oldGametype = this->getGametype(); 100 this->setGametype( gametype);100 this->setGametype(StrongPtr<Gametype>(gametype)); 101 101 Gametype* newGametype = this->getGametype(); 102 102
Note: See TracChangeset
for help on using the changeset viewer.