Skip to content

Commit

Permalink
Apply changes from commit 3afc7f2 to ctf and zaero as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
kondrak committed Jul 19, 2022
1 parent f42aab3 commit 89eee38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions ctf/g_save.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,11 +689,6 @@ void ReadLevel (char *filename)

// check function pointer base address
fread (&base, sizeof(base), 1, f);
if (base != (void *)InitGame)
{
fclose (f);
gi.error ("ReadLevel: function pointers have moved");
}

// load the level locals
ReadLevelLocals (f);
Expand Down
5 changes: 0 additions & 5 deletions zaero/g_save.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,11 +712,6 @@ void ReadLevel (char *filename)

// check function pointer base address
fread (&base, sizeof(base), 1, f);
if (base != (void *)InitGame)
{
fclose (f);
gi.error ("ReadLevel: function pointers have moved");
}

// load the level locals
ReadLevelLocals (f);
Expand Down

0 comments on commit 89eee38

Please sign in to comment.