oops, didn't mean to commit that

This commit is contained in:
Bill Currie 2002-01-03 04:43:22 +00:00
parent 6f4d107011
commit 6a50b3b786
1 changed files with 5 additions and 5 deletions

View File

@ -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;