diff options
Diffstat (limited to 'src/cgame/cg_mem.c')
-rw-r--r-- | src/cgame/cg_mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_mem.c b/src/cgame/cg_mem.c index d0cd29ec..959bd4b0 100644 --- a/src/cgame/cg_mem.c +++ b/src/cgame/cg_mem.c @@ -76,7 +76,7 @@ void *CG_Alloc( int size ) } } } - + if( !ptr && smallest ) { // We found a slot big enough |