summaryrefslogtreecommitdiff
path: root/source/mvd_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/mvd_parse.c')
-rw-r--r--source/mvd_parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/mvd_parse.c b/source/mvd_parse.c
index ae06936..ebf3e9a 100644
--- a/source/mvd_parse.c
+++ b/source/mvd_parse.c
@@ -869,9 +869,11 @@ static void MVD_ParseServerData( mvd_t *mvd ) {
Com_Printf( "Loading %s...\n", string );
CM_LoadMap( &mvd->cm, string, CM_LOAD_VISONLY, &checksum );
+#if USE_MAPCHECKSUM
if( checksum != atoi( mvd->configstrings[CS_MAPCHECKSUM] ) ) {
MVD_Destroy( mvd, "Local map version differs from server" );
}
+#endif
// get the spawn point for spectators
MVD_ParseEntityString( mvd );