Changeset 6192 for code/branches/presentation2/src/orxonox/infos
- Timestamp:
- Dec 2, 2009, 11:35:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/infos/PlayerInfo.cc
r6108 r6192 218 218 ControllableEntity* entity = this->controllableEntity_; 219 219 220 if (!entity || !this->oldControllableEntity_) 220 assert( this->controllableEntity_ && this->oldControllableEntity_ ); 221 if( !entity || !this->oldControllableEntity_ ) 221 222 return; 222 223
Note: See TracChangeset
for help on using the changeset viewer.