Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4084 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
May 6, 2005, 4:04:57 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: now orxonox parses the config-file from ~/.orxonox/orxonox.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r4059 r4084  
    9393void Orxonox::getConfigFile (int argc, char** argv)
    9494{
    95   strcpy (configfilename, "orxonox.conf");
     95  strcpy (configfilename, "~/.orxonox/orxonox.conf");
    9696}
    9797
     
    152152{
    153153  // create localinput
    154   localinput = new CommandNode( configfilename);
     154  localinput = new CommandNode(configfilename);
    155155 
    156156  return 0;
Note: See TracChangeset for help on using the changeset viewer.