Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3889 in orxonox.OLD for orxonox/branches/sound_engine/src/orxonox.cc


Ignore:
Timestamp:
Apr 19, 2005, 1:21:14 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/sound_engine: sound gets enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/sound_engine/src/orxonox.cc

    r3887 r3889  
    3333#include "graphics_engine.h"
    3434#include "sound_engine.h"
     35#include "text_engine.h"
    3536#include "resource_manager.h"
    36 #include "text_engine.h"
     37
    3738
    3839#include <string.h>
     
    5960  if( resources != NULL) delete resources;
    6061  delete GraphicsEngine::getInstance(); // delets the Graphics Engine
    61   delete SoundEngine::getInstance();    // deletes the Sound Engine
     62  //  delete SoundEngine::getInstance();    // deletes the Sound Engine
    6263  delete ResourceManager::getInstance(); // deletes the Resource Manager
    6364  delete TextEngine::getInstance();
     
    126127}
    127128
    128 
    129129/**
    130130   \brief initializes the sound engine
     
    138138}
    139139
    140 
    141140/**
    142141   \brief initializes input functions
     
    149148  return 0;
    150149}
    151 
    152150
    153151/**
Note: See TracChangeset for help on using the changeset viewer.