Skip to content

Commit

Permalink
Fix loading a new map.
Browse files Browse the repository at this point in the history
  • Loading branch information
g0mb4 committed Jan 16, 2025
1 parent 263a91e commit 7a4c4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Quake/pr_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1984,6 +1984,7 @@ static void PF_OpenExtension (void)
for (i = 0; i < MAX_QEXTS; ++i) {
if (qextensions[i].path && !Q_strcmp (qextensions[i].path, path)) {
Con_DPrintf ("Extension %s is already loaded\n", path);
G_INT(OFS_RETURN) = i;
return;
}
}
Expand Down

0 comments on commit 7a4c4f6

Please sign in to comment.