Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9861 in orxonox.OLD for branches/new_class_id/src/orxonox.cc


Ignore:
Timestamp:
Oct 1, 2006, 1:37:36 PM (18 years ago)
Author:
bensch
Message:

Changed the ShellBuffer to DebugBuffer, as the dependency is only one way, and it makes no sense for the rest of Orxonox Modules to know the Shell

File:
1 edited

Legend:

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

    r9855 r9861  
    5151#include "shell_command_class.h"
    5252#include "shell_command.h"
    53 #include "shell_buffer.h"
    5453
    5554#include "network_manager.h"
     
    138137  Resources::ResourceManager::deleteInstance();
    139138  // output-buffer
    140   delete OrxShell::ShellBuffer::getInstance();
     139  delete DebugBuffer::getInstance();
    141140
    142141  SDL_QuitSubSystem(SDL_INIT_TIMER);
     
    389388int Orxonox::initMisc()
    390389{
    391   OrxShell::ShellBuffer::getInstance();
     390  DebugBuffer::getInstance();
    392391
    393392  // start the collision detection engine
Note: See TracChangeset for help on using the changeset viewer.