Changeset 5844 for code/branches/core5/src/libraries/core
- Timestamp:
- Sep 30, 2009, 8:47:40 PM (16 years ago)
- Location:
- code/branches/core5/src/libraries/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/CommandLine.cc
r5837 r5844 284 284 } 285 285 286 infoStr << std::endl; 286 287 infoStr << "Usage: orxonox [options]" << std::endl; 287 288 infoStr << "Available options:" << std::endl; -
code/branches/core5/src/libraries/core/Game.cc
r5843 r5844 410 410 requestedNodes.push_back(currentNode); 411 411 } 412 if (currentNode == NULL) 413 requestedNodes.clear(); 412 414 } 413 415
Note: See TracChangeset
for help on using the changeset viewer.