Blood: disable TROR in map v7

# Conflicts:
#	source/blood/src/db.cpp
This commit is contained in:
nukeykt 2020-02-27 23:31:09 +09:00 committed by Christoph Oelckers
parent d7f9a5acee
commit 7c96c550d9

View file

@ -1203,8 +1203,7 @@ int dbLoadMap(const char *pPath, int *pX, int *pY, int *pZ, short *pAngle, short
}
#ifdef YAX_ENABLE
// NUKE-TODO: Should be updated for new map format only
yax_update(0);
yax_update((header.version & 0xff00) > 0x700 ? 0 : 1);
#endif
g_loadedMapVersion = 7;