Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 18, 2005, 11:52:15 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged trunk back to levelloader
merged with command:
svn merge -r 3499:HEAD trunk branches/levelloader

Conflicts in
C track_manager.h
C world_entities/player.cc
C world_entities/player.h
C world_entities/environment.h
C lib/coord/p_node.cc
C defs/debug.h
C track_manager.cc
C story_entities/campaign.h

solved in merge-favouring. It was quite easy because Chris only worked on the headers, and he didi it quite clean. Thats the spirit :)

Conflits in world.cc are a MESS: fix it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/proto_class.cc

    r3365 r3605  
    1616*/
    1717
     18#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
    1819
    1920#include "proto_class.h"
    2021
     22#include "stdincl.h" // maybe
    2123
    2224using namespace std;
     
    3537/**
    3638   \brief standard deconstructor
    37    \todo this deconstructor is not jet implemented - do it
    3839
    3940*/
    40 ProtoClass::~ProtoClass () {}
    41 
     41ProtoClass::~ProtoClass ()
     42{
     43  // delete what has to be deleted here
     44}
    4245
    4346/**
Note: See TracChangeset for help on using the changeset viewer.