mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
This won't be needed
This commit is contained in:
parent
e4094bc2a9
commit
4a3a4c0801
1 changed files with 1 additions and 1 deletions
|
|
@ -1108,7 +1108,7 @@ void D_SRB2Main(void)
|
|||
I_mkdir(addonsdir, 0755);
|
||||
|
||||
/* and downloads in a subdirectory */
|
||||
snprintf(downloaddir, sizeof downloaddir, "%.255s%.1s%.255s",/* fuck!! */
|
||||
snprintf(downloaddir, sizeof downloaddir, "%s%s%s",
|
||||
addonsdir, PATHSEP, "downloads");
|
||||
|
||||
// rand() needs seeded regardless of password
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue