mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 07:12:01 +00:00
oops, didn't mean to commit that
This commit is contained in:
parent
6f4d107011
commit
6a50b3b786
1 changed files with 5 additions and 5 deletions
|
@ -500,11 +500,11 @@ void ReadGame (char *filename)
|
||||||
gi.error ("Couldn't open %s", filename);
|
gi.error ("Couldn't open %s", filename);
|
||||||
|
|
||||||
fread (str, sizeof(str), 1, f);
|
fread (str, sizeof(str), 1, f);
|
||||||
//if (strcmp (str, __DATE__))
|
if (strcmp (str, __DATE__))
|
||||||
//{
|
{
|
||||||
//fclose (f);
|
fclose (f);
|
||||||
//gi.error ("Savegame from an older version.\n");
|
gi.error ("Savegame from an older version.\n");
|
||||||
//}
|
}
|
||||||
|
|
||||||
g_edicts = gi.TagMalloc (game.maxentities * sizeof(g_edicts[0]), TAG_GAME);
|
g_edicts = gi.TagMalloc (game.maxentities * sizeof(g_edicts[0]), TAG_GAME);
|
||||||
globals.edicts = g_edicts;
|
globals.edicts = g_edicts;
|
||||||
|
|
Loading…
Reference in a new issue