Skip to content

Commit

Permalink
Damn host_cmd.c and its broken Clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vsonnier committed Jul 21, 2024
1 parent 0416d90 commit 5c264f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Quake/host_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1444,8 +1444,8 @@ static void Host_Loadgame_f (void)
PR_ClearEdictStrings ();

// load the edicts out of the savegame file
qcvm->time = 0; // mark freed edicts for immediate reuse
entnum = -1; // -1 is the globals
qcvm->time = 0; // mark freed edicts for immediate reuse
entnum = -1; // -1 is the globals
while (*data)
{
while (*data == ' ' || *data == '\r' || *data == '\n')
Expand Down Expand Up @@ -1594,7 +1594,7 @@ static void Host_Loadgame_f (void)
qcvm->time = time;
for (i = entnum; i < qcvm->num_edicts; i++)
ED_Free (EDICT_NUM (i));

if (fastload)
{
sv.lastchecktime = 0.0;
Expand Down

0 comments on commit 5c264f0

Please sign in to comment.