games-fps/eduke32 20260807

This commit is contained in:
2026-09-07 22:08:06 +02:00
parent a65b61f180
commit c0040922e1
8 changed files with 324 additions and 0 deletions
@@ -0,0 +1,11 @@
--- a/source/sw/src/game.cpp
+++ b/source/sw/src/game.cpp
@@ -3467,7 +3467,7 @@
}
else
#endif
- OSD_SetLogFile(APPBASENAME ".log");
+ OSD_SetLogFile("/tmp/" APPBASENAME ".log");
wm_setapptitle(APPNAME);