* Merge unified-sdl to trunk
* Bump Q3_VERSION to 1.35
This commit is contained in:
@@ -41,7 +41,7 @@ void *G_Alloc( int size ) {
|
||||
}
|
||||
|
||||
if ( allocPoint + size > POOLSIZE ) {
|
||||
G_Error( "G_Alloc: failed on allocation of %i bytes\n", size ); // bk010103 - was %u, but is signed
|
||||
G_Error( "G_Alloc: failed on allocation of %i bytes\n", size );
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user