IOQ3 commit 2091

This commit is contained in:
Richard Allen 2011-07-18 17:55:43 +00:00
parent fbeeb53758
commit e10f277476
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View file

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