Changeset 4084 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- May 6, 2005, 4:04:57 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r4059 r4084 93 93 void Orxonox::getConfigFile (int argc, char** argv) 94 94 { 95 strcpy (configfilename, " orxonox.conf");95 strcpy (configfilename, "~/.orxonox/orxonox.conf"); 96 96 } 97 97 … … 152 152 { 153 153 // create localinput 154 localinput = new CommandNode( 154 localinput = new CommandNode(configfilename); 155 155 156 156 return 0;
Note: See TracChangeset
for help on using the changeset viewer.