Changeset 5327 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc
- Timestamp:
- Oct 8, 2005, 9:52:13 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.cc
r5326 r5327 211 211 { 212 212 ShellCommandClass::commandClassList = new tList<ShellCommandClass>; 213 ShellCommand<ShellCommandBase>::registerCommand("debug", "ShellCommand", &ShellCommandBase::debugDyn);213 // ShellCommandStatic<ShellCommandBase>::registerCommand("debug", "ShellCommand", &ShellCommandBase::debug); 214 214 } 215 215 }
Note: See TracChangeset
for help on using the changeset viewer.