Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 6, 2005, 1:04:48 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: commands now get unregistered when leaving orxonox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r5158 r5165  
    3131#include "world.h"
    3232#include "ini_parser.h"
    33 #include "game_loader.h"               
     33#include "game_loader.h"
    3434
    3535//ENGINES
     
    5050#include "substring.h"
    5151#include "shell.h"
     52#include "shell_command.h"
    5253
    5354#include <string.h>
     
    9192  delete GarbageCollector::getInstance();
    9293  FastFactory::deleteAll();
     94  ShellCommandBase::unregisterAllCommands();
    9395
    9496  delete EventHandler::getInstance();
Note: See TracChangeset for help on using the changeset viewer.