diff options
Diffstat (limited to 'src/qcommon/common.c')
-rw-r--r-- | src/qcommon/common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c index b70890fb..41a8f5b0 100644 --- a/src/qcommon/common.c +++ b/src/qcommon/common.c @@ -883,9 +883,6 @@ void Z_Free( void *ptr ) { block->size += other->size; block->next = other->next; block->next->prev = block; - if (other == zone->rover) { - zone->rover = block; - } } } |