Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 22, 2005, 12:41:07 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: moved around some files, and deleted the obsolete DataTank

File:
1 edited

Legend:

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

    r4136 r4262  
    3030
    3131#include "world.h"
    32 #include "data_tank.h"
    3332#include "command_node.h"
    3433#include "ini_parser.h"
     
    5655
    5756  this->world = NULL;
    58   this->resources = NULL;
    5957  this->localinput = NULL;
    6058
     
    7270  if( world != NULL) delete world;
    7371  if( localinput != NULL) delete localinput;
    74   if( resources != NULL) delete resources;
    7572  delete GraphicsEngine::getInstance(); // deleting the Graphics
    7673  delete ResourceManager::getInstance(); // deletes the Resource Manager
Note: See TracChangeset for help on using the changeset viewer.