Changeset 9861 in orxonox.OLD for branches/new_class_id/src/lib/shell/shell_input.cc
- Timestamp:
- Oct 1, 2006, 1:37:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/shell/shell_input.cc
r9715 r9861 161 161 bool ShellInput::executeCommand() 162 162 { 163 ShellBuffer::addBufferLineStatic("Execute Command: %s\n", this->inputLine.c_str());163 DebugBuffer::addBufferLineStatic("Execute Command: %s\n", this->inputLine.c_str()); 164 164 165 165 if (this->inputLine.empty())
Note: See TracChangeset
for help on using the changeset viewer.