Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 9, 2008, 10:55:17 PM (17 years ago)
Author:
landauf
Message:

reduced the build-script of the core branch to the minimum (utils, core, orxonox + test objects)

Location:
code/branches/core/src/loader
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/loader/CMakeLists.txt

    r790 r793  
    1313TARGET_LINK_LIBRARIES( loader
    1414  util
     15  core
    1516)
  • code/branches/core/src/loader/LevelLoader.cc

    r790 r793  
    3535#include "core/CoreIncludes.h"
    3636
    37 #include "audio/AudioManager.h"
     37//#include "audio/AudioManager.h"
    3838#include "core/BaseObject.h"
    3939#include "orxonox/Orxonox.h"
     
    9999    {
    100100      TiXmlElement* loadElem;
    101       TiXmlElement* audioElem;
     101//      TiXmlElement* audioElem;
    102102      TiXmlElement* worldElem;
    103103      TiXmlElement* tElem;
     
    139139
    140140      }
    141 
     141/*
    142142      // Load audio
    143143      audio::AudioManager* auMan = orxonox::Orxonox::getSingleton()->getAudioManagerPointer();
     
    169169        }
    170170      }
    171 
     171*/
    172172      // Load world
    173173      worldElem = rootElement_->FirstChildElement("world");
Note: See TracChangeset for help on using the changeset viewer.