Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 11:35:24 AM (15 years ago)
Author:
scheusso
Message:

some cleaning up and improvements in synchronisation of vector2,3,4 and quaternions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/infos/PlayerInfo.cc

    r6108 r6192  
    218218        ControllableEntity* entity = this->controllableEntity_;
    219219
    220         if (!entity || !this->oldControllableEntity_)
     220        assert( this->controllableEntity_ && this->oldControllableEntity_ );
     221        if( !entity || !this->oldControllableEntity_ )
    221222            return;
    222223
Note: See TracChangeset for help on using the changeset viewer.