Changeset 8316 in orxonox.OLD for trunk/src/orxonox.cc
- Timestamp:
- Jun 11, 2006, 1:57:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/orxonox.cc
r8145 r8316 203 203 204 204 PRINTF(3)("Parsed Config File: '%s'\n", this->configFileName.c_str()); 205 return this->configFileName; 205 206 } 206 207 … … 459 460 460 461 return startOrxonox(argc, argv, "", -1); 461 return 0;462 462 } 463 463 … … 497 497 startOrxonox(argc, argv, "", port); 498 498 } 499 return 1; 499 500 } 500 501 … … 546 547 delete orx; 547 548 File("~/.orxonox/orxonox.lock").remove(); 548 } 549 return 1; 550 }
Note: See TracChangeset
for help on using the changeset viewer.