Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4975 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
Aug 9, 2005, 12:23:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: player should be able to load its preferences from an external file
removed the obsolete ObjectManager that has been redesigned as FastFactory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r4946 r4975  
    3737#include "sound_engine.h"
    3838#include "resource_manager.h"
    39 #include "object_manager.h"
    4039#include "cd_engine.h"
    4140#include "text_engine.h"
     
    8584  delete SoundEngine::getInstance();
    8685  delete ResourceManager::getInstance(); // deletes the Resource Manager
    87   delete ObjectManager::getInstance();
    8886  delete TextEngine::getInstance();
    8987  delete Factory::getFirst();
     
    258256  TextEngine::getInstance();
    259257
    260   PRINT(3)("initializing ObjectManager\n");
    261   ObjectManager::getInstance();
    262258  CDEngine::getInstance();
    263259
Note: See TracChangeset for help on using the changeset viewer.