Changeset 6040 for sandbox_light/src/Orxonox.cc
- Timestamp:
- Nov 5, 2009, 10:15:05 PM (16 years ago)
- Location:
- sandbox_light
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sandbox_light
- Property svn:mergeinfo changed
-
sandbox_light/src/Orxonox.cc
r5752 r6040 63 63 for (int i = 1; i < argc; ++i) 64 64 strCmdLine += argv[i] + std::string(" "); 65 #endif 65 66 66 67 return orxonox::main(strCmdLine); 67 #endif68 68 } 69 69 catch (...)
Note: See TracChangeset
for help on using the changeset viewer.