Changeset 8894 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Jun 29, 2006, 12:19:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.cc
r8350 r8894 373 373 else 374 374 { 375 delete this->completors[parameter]; 375 if(this->completors[parameter] == NULL) 376 //delete this->completors[parameter]; 376 377 this->completors[parameter] = completorPlugin.clone(); 377 378 }
Note: See TracChangeset
for help on using the changeset viewer.