new context_info struct in compat checks (trunk only)

lev_main needed to reflect the change too.
This commit is contained in:
nethack.allison
2004-02-02 12:44:58 +00:00
parent 42f202f4c0
commit aa6f3df889

View File

@@ -977,7 +977,7 @@ long flgs;
uchar len;
static struct version_info version_data = {
VERSION_NUMBER, VERSION_FEATURES,
VERSION_SANITY1, VERSION_SANITY2
VERSION_SANITY1, VERSION_SANITY2, VERSION_SANITY3
};
Write(fd, &version_data, sizeof version_data);