mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 23:42:07 +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);
|
I_mkdir(addonsdir, 0755);
|
||||||
|
|
||||||
/* and downloads in a subdirectory */
|
/* and downloads in a subdirectory */
|
||||||
snprintf(downloaddir, sizeof downloaddir, "%.255s%.1s%.255s",/* fuck!! */
|
snprintf(downloaddir, sizeof downloaddir, "%s%s%s",
|
||||||
addonsdir, PATHSEP, "downloads");
|
addonsdir, PATHSEP, "downloads");
|
||||||
|
|
||||||
// rand() needs seeded regardless of password
|
// rand() needs seeded regardless of password
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue