Changeset 5973 for code/branches/console/src/orxonox
- Timestamp:
- Oct 20, 2009, 10:32:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/orxonox/gamestates/GSIOConsole.cc
r5929 r5973 58 58 void GSIOConsole::update(const Clock& time) 59 59 { 60 /* 60 61 std::cout << ">"; 61 62 std::string command; 62 63 std::getline(std::cin, command); 63 64 CommandExecutor::execute(command, true); 65 */ 64 66 } 65 67
Note: See TracChangeset
for help on using the changeset viewer.