Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 21, 2006, 3:36:22 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/preferences: merged the old preferences here… some minor conflicts, hope it works

File:
1 edited

Legend:

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

    r7221 r7234  
    5858
    5959#include "state.h"
    60 
     60#include "lib/parser/preferences/cmd_line_prefs_reader.h"
    6161#include <string.h>
    6262
     
    403403int main(int argc, char** argv)
    404404{
    405   int i;
     405  CmdLinePrefsReader prefs(argc, argv);
     406
     407  /*int i;
    406408  for(i = 1; i < argc; ++i)
    407409  {
     
    416418    else if(!strcmp( "--license", argv[i])  || !strcmp("-l", argv[i]))
    417419      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;
    421424}
    422425
Note: See TracChangeset for help on using the changeset viewer.