paint: player fixes

This commit is contained in:
luboslenco
2026-05-05 17:16:08 +02:00
parent c57de1d2ba
commit 0f93df2853
7 changed files with 36 additions and 13 deletions
+4
View File
@@ -41,6 +41,10 @@ void config_load() {
}
void config_save() {
if (base_player_lock) {
return;
}
// Use system application data folder
// when running from protected path like "Program Files"
char *path;