Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7125 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Feb 12, 2006, 6:06:26 PM (19 years ago)
Author:
bensch
Message:

try fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world_data.cc

    r7076 r7125  
    260260  if (nodeList != NULL)
    261261    while (!nodeList->empty())
    262       delete nodeList->front();
     262  {
     263    ClassList::debug( 3, CL_PARENT_NODE);
     264    PNode::getNullParent()->debugNode( 1);
     265
     266/*    printf("%s::%s\n", nodeList->front()->getClassName(), nodeList->front()->getName());*/
     267    delete nodeList->front();
     268    printf("OK\n");
     269  }
    263270  /* remove the player object */
    264271  if( this->localPlayer)
     
    294301  localCamera = NULL;
    295302  localPlayer = NULL;
     303  State::setCamera(NULL, NULL);
    296304  sky = NULL;
    297305  terrain = NULL;
Note: See TracChangeset for help on using the changeset viewer.