Skip to content

Commit

Permalink
Reset save path
Browse files Browse the repository at this point in the history
  • Loading branch information
bni committed May 16, 2021
1 parent d2581d7 commit a8c083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static void initOptions() {

int main(int argc, char *argv[]) {
const char *dataPath = strcat(SDL_GetBasePath(), "DATA");
const char *savePath = SDL_GetPrefPath(NULL, "Flashback");
const char *savePath = SDL_GetPrefPath("org.cyxdown", "fb");
int levelNum = 0;
bool fullscreen = true;
bool autoSave = false;
Expand Down

0 comments on commit a8c083b

Please sign in to comment.