- Timestamp:
- May 28, 2008, 7:06:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/console/InGameConsole.cc
r1446 r1455 86 86 InGameConsole::~InGameConsole(void) 87 87 { 88 for (int i = 0; i < LINES; i++)88 /*for (int i = 0; i < LINES; i++) 89 89 if (this->consoleOverlayTextAreas_[i]) 90 delete this->consoleOverlayTextAreas_[i];90 om_->destroyOverlayElement(this->consoleOverlayTextAreas_[i]); 91 91 92 92 if (this->consoleOverlayTextAreas_) 93 delete this->consoleOverlayTextAreas_;93 delete[] this->consoleOverlayTextAreas_;*/ 94 94 } 95 95
Note: See TracChangeset
for help on using the changeset viewer.