Comment out ABI compatibility checks

This commit is contained in:
smallmodel 2024-12-01 20:34:38 +01:00
parent b5a73384d3
commit c9373cbc97
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -1489,8 +1489,8 @@ void R_Init( void ) {
Com_Memset( &backEnd, 0, sizeof( backEnd ) );
Com_Memset( &tess, 0, sizeof( tess ) );
if(sizeof(glconfig_t) != 11332)
ri.Error( ERR_FATAL, "Mod ABI incompatible: sizeof(glconfig_t) == %u != 11332", (unsigned int) sizeof(glconfig_t));
//if(sizeof(glconfig_t) != 11332)
// ri.Error( ERR_FATAL, "Mod ABI incompatible: sizeof(glconfig_t) == %u != 11332", (unsigned int) sizeof(glconfig_t));
// Swap_Init();