Change the default location of the gui lib.
This commit is contained in:
parent
6d21b980d6
commit
f29f87f391
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ void load_settings()
|
|||
screen_height = rect.h;
|
||||
|
||||
config cfg;
|
||||
const std::string& filename = "data/hardwired/gui.cfg";
|
||||
const std::string& filename = "data/gui/default.cfg";
|
||||
try {
|
||||
scoped_istream stream = preprocess_file(filename);
|
||||
read(cfg, *stream);
|
||||
|
|
Loading…
Add table
Reference in a new issue