- Timestamp:
- Sep 26, 2009, 2:06:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/Level.cc
r5738 r5792 53 53 this->registerVariables(); 54 54 this->xmlfilename_ = this->getFilename(); 55 this->xmlfile_ = 0; 56 this->ambientsound_ = 0; 55 57 } 56 58 … … 65 67 Loader::unload(this->xmlfile_); 66 68 67 if (this->ambientsound_ != NULL)69 if (this->ambientsound_ != NULL) 68 70 delete this->ambientsound_; 69 71 }
Note: See TracChangeset
for help on using the changeset viewer.