Changeset 7234 in orxonox.OLD for branches/preferences/src/orxonox.cc
- Timestamp:
- Mar 21, 2006, 3:36:22 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/preferences/src/orxonox.cc
r7221 r7234 58 58 59 59 #include "state.h" 60 60 #include "lib/parser/preferences/cmd_line_prefs_reader.h" 61 61 #include <string.h> 62 62 … … 403 403 int main(int argc, char** argv) 404 404 { 405 int i; 405 CmdLinePrefsReader prefs(argc, argv); 406 407 /*int i; 406 408 for(i = 1; i < argc; ++i) 407 409 { … … 416 418 else if(!strcmp( "--license", argv[i]) || !strcmp("-l", argv[i])) 417 419 return PRINT(0)(ORXONOX_LICENSE_SHORT); 418 } 419 420 return startOrxonox(argc, argv, NULL, -1); 420 } 421 422 return startOrxonox(argc, argv, NULL, -1);*/ 423 return 0; 421 424 } 422 425
Note: See TracChangeset
for help on using the changeset viewer.