mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 12:42:36 +00:00
IOQ3 commit 2091
This commit is contained in:
parent
fbeeb53758
commit
e10f277476
2 changed files with 1 additions and 3 deletions
BIN
reaction/code/libs/win64/libcurl.a
Normal file
BIN
reaction/code/libs/win64/libcurl.a
Normal file
Binary file not shown.
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue