Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed May 31, 2024
1 parent c98a540 commit 77285f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISLE/isleapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ void IsleApp::LoadConfig()
strcpy(m_deviceId, deviceId);
}

// [library:config] The original does not save any data if no savepath is given.
// [library:config] The original game does not save any data if no savepath is given.
// Instead, we use SDLs prefPath as a default fallback and always save data.
const char* savePath = iniparser_getstring(dict, "isle:savepath", prefPath);
m_savePath = new char[strlen(savePath) + 1];
Expand Down

0 comments on commit 77285f0

Please sign in to comment.