Skip to content

Commit

Permalink
Added new save path and window title :3
Browse files Browse the repository at this point in the history
  • Loading branch information
VIRMSKVLL authored Mar 23, 2021
1 parent 676ab97 commit f3ce806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ void Config::read(int argc, char *argv[])

SE.sourceCount = clamp(SE.sourceCount, 1, 64);

commonDataPath = prefPath(".", "Oneshot");
commonDataPath = prefPath(".", "Cloverlink");

//Hardcode some ini/version settings
rgssVersion = 1;
game.title = "OneShot";
game.title = "Cloverlink";
game.scripts = "Data/xScripts.rxdata";
gameFolder = "..";

Expand Down

0 comments on commit f3ce806

Please sign in to comment.