allow auto-load in shareware mode

Fixes #1648
This commit is contained in:
Fabian Greffrath 2024-04-19 09:11:45 +02:00
parent 6f62dc5829
commit ba6ac2a8de

View File

@ -881,9 +881,6 @@ static void PrepareAutoloadPaths (void)
if (M_CheckParm("-noautoload"))
return;
if (gamemode == shareware)
return;
for (i = 0; ; i++)
{
autoload_paths = I_Realloc(autoload_paths, (i + 1) * sizeof(*autoload_paths));