- Timestamp:
- Feb 2, 2006, 2:57:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r6981 r6982 257 257 delete this->localPlayer; 258 258 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(); 263 263 // 264 264 // nodeList = ClassList::getList(CL_ELEMENT_2D);
Note: See TracChangeset
for help on using the changeset viewer.