diff options
Diffstat (limited to 'source/mvd_parse.c')
-rw-r--r-- | source/mvd_parse.c | 2 |
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 ); |