Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6982 in orxonox.OLD


Ignore:
Timestamp:
Feb 2, 2006, 2:57:34 PM (18 years ago)
Author:
bensch
Message:

trunk: delete stuff

File:
1 edited

Legend:

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

    r6981 r6982  
    257257    delete this->localPlayer;
    258258
    259 //   nodeList = ClassList::getList(CL_GRAPHICS_EFFECT);
    260 //   if (nodeList != NULL)
    261 //     while (!nodeList->empty())
    262 //       delete nodeList->front();
     259   nodeList = ClassList::getList(CL_GRAPHICS_EFFECT);
     260   if (nodeList != NULL)
     261     while (!nodeList->empty())
     262       delete nodeList->front();
    263263//
    264264//   nodeList = ClassList::getList(CL_ELEMENT_2D);
Note: See TracChangeset for help on using the changeset viewer.