Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7236 in orxonox.OLD for branches/preferences/src/orxonox.cc


Ignore:
Timestamp:
Mar 21, 2006, 4:13:56 PM (18 years ago)
Author:
rennerc
Message:

converted char* in preferences to std::string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/orxonox.cc

    r7234 r7236  
    405405  CmdLinePrefsReader prefs(argc, argv);
    406406
    407   /*int i;
     407  int i;
    408408  for(i = 1; i < argc; ++i)
    409409  {
     
    418418    else if(!strcmp( "--license", argv[i])  || !strcmp("-l", argv[i]))
    419419      return PRINT(0)(ORXONOX_LICENSE_SHORT);
    420 }
    421 
    422   return startOrxonox(argc, argv, NULL, -1);*/
     420  }
     421
     422  return startOrxonox(argc, argv, NULL, -1);
    423423  return 0;
    424424}
Note: See TracChangeset for help on using the changeset viewer.