Changeset 7125 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Feb 12, 2006, 6:06:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r7076 r7125 260 260 if (nodeList != NULL) 261 261 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 } 263 270 /* remove the player object */ 264 271 if( this->localPlayer) … … 294 301 localCamera = NULL; 295 302 localPlayer = NULL; 303 State::setCamera(NULL, NULL); 296 304 sky = NULL; 297 305 terrain = NULL;
Note: See TracChangeset
for help on using the changeset viewer.