Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9631


Ignore:
Timestamp:
Aug 10, 2013, 12:15:13 PM (11 years ago)
Author:
landauf
Message:

fixed multiplayer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/network/synchronisable/Synchronisable.cc

    r9629 r9631  
    167167        context = orxonox_cast<Context*>(synchronisable_context);
    168168    }
     169    else
     170      context = Context::getRootContext();
     171
    169172    assert(getSynchronisable(header.getObjectID())==0);   //make sure no object with this id exists
    170173    BaseObject *bo = orxonox_cast<BaseObject*>(id->fabricate(context));
Note: See TracChangeset for help on using the changeset viewer.