Changeset 6375 in orxonox.OLD for branches/network
- Timestamp:
- Dec 31, 2005, 4:09:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/orxonox.cc
r6351 r6375 456 456 else if(!strcmp( "--gui", argv[i]) || !strcmp("-g", argv[i])) 457 457 showGui = true; 458 else if(!strcmp( "--license", argv[i]) || !strcmp("- s", argv[i]))458 else if(!strcmp( "--license", argv[i]) || !strcmp("-l", argv[i])) 459 459 return PRINT(0)(ORXONOX_LICENSE_SHORT); 460 460 }
Note: See TracChangeset
for help on using the changeset viewer.