Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2010, 11:34:44 AM (15 years ago)
Author:
scheusso
Message:

level pointer for the baseobject

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lod/src/orxonox/Level.cc

    r6786 r6828  
    3232#include "core/CoreIncludes.h"
    3333#include "core/Loader.h"
    34 #include "core/template.h"
     34#include "core/Template.h"
    3535#include "core/XMLFile.h"
    3636#include "core/XMLPort.h"
     
    126126        this->objects_.push_back(object);
    127127        object->setGametype(this->getGametype());
     128        object->setLevel(this);
    128129    }
    129130
Note: See TracChangeset for help on using the changeset viewer.