Changeset 5218 in orxonox.OLD for trunk/src/util/loading
- Timestamp:
- Sep 22, 2005, 5:30:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/load_param.cc
r5211 r5218 154 154 for(int i = 0; i < this->paramCount; i++) 155 155 { 156 delete []this->defaultValues[i];156 delete[] this->defaultValues[i]; 157 157 } 158 158 }
Note: See TracChangeset
for help on using the changeset viewer.