Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 9, 2015, 1:11:13 PM (9 years ago)
Author:
landauf
Message:

BaseObject returns plain pointers instead of StrongPtrs for Namespace, Level, Scene, and Gametype.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/modules/jump/JumpCenterpoint.cc

    r10262 r10571  
    9191        if (getGametype() != NULL && this->getGametype()->isA(Class(Jump)))
    9292        {
    93             Jump* jumpGametype = orxonox_cast<Jump*>(this->getGametype().get());
     93            Jump* jumpGametype = orxonox_cast<Jump*>(this->getGametype());
    9494            jumpGametype->setCenterpoint(this);
    9595        }
Note: See TracChangeset for help on using the changeset viewer.