Skip to content

Commit

Permalink
Reserve enough space in PF_makestatic for worst case scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler authored and sezero committed Dec 22, 2023
1 parent ec7ba3c commit 9785099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/pr_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ static void PF_makestatic (void)
}
}

SV_ReserveSignonSpace (33);
SV_ReserveSignonSpace (34);

if (bits)
{
Expand Down

0 comments on commit 9785099

Please sign in to comment.