Changeset 9945 for code/trunk/src/orxonox/infos
- Timestamp:
- Jan 3, 2014, 1:50:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/infos/PlayerInfo.cc
r9939 r9945 232 232 if (tmp == NULL) 233 233 { 234 235 234 orxout(verbose) << "PlayerInfo: pauseControl, Controller is NULL " << endl; 235 return; 236 236 } 237 237 tmp->setActive(false);
Note: See TracChangeset
for help on using the changeset viewer.