mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Comment out ABI compatibility checks
This commit is contained in:
parent
b5a73384d3
commit
c9373cbc97
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue