Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4283 in orxonox.OLD for orxonox/branches/physics/src/orxonox.cc


Ignore:
Timestamp:
May 24, 2005, 10:32:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: merged the trunk back to branches/physics
merged with command
svn merge -r 4223:HEAD ../../trunk/ .
conflicts additively included

File:
1 edited

Legend:

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

    r4178 r4283  
    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.