mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -04:00
parent
6f62dc5829
commit
ba6ac2a8de
@ -881,9 +881,6 @@ static void PrepareAutoloadPaths (void)
|
|||||||
if (M_CheckParm("-noautoload"))
|
if (M_CheckParm("-noautoload"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (gamemode == shareware)
|
|
||||||
return;
|
|
||||||
|
|
||||||
for (i = 0; ; i++)
|
for (i = 0; ; i++)
|
||||||
{
|
{
|
||||||
autoload_paths = I_Realloc(autoload_paths, (i + 1) * sizeof(*autoload_paths));
|
autoload_paths = I_Realloc(autoload_paths, (i + 1) * sizeof(*autoload_paths));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user