Changeset 10065 for code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc
- Timestamp:
- May 21, 2014, 2:32:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc
r10059 r10065 89 89 /* Assemble a string to define a controller id variable in lua space */ 90 90 std::stringstream tmp; 91 tmp << "newctrlid = " << ctrlid ;91 tmp << "newctrlid = " << ctrlid << endl; 92 92 std::string todo = tmp.str(); 93 93
Note: See TracChangeset
for help on using the changeset viewer.