diff options
Diffstat (limited to 'source/bsp.c')
-rw-r--r-- | source/bsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/bsp.c b/source/bsp.c index 22ab57c..6025475 100644 --- a/source/bsp.c +++ b/source/bsp.c @@ -943,6 +943,7 @@ bsp_t *BSP_Load( const char *name ) { BSP_SetError( "no error" ); if( ( bsp = BSP_Find( name ) ) != NULL ) { + Com_PageInMemory( bsp->pool.base, bsp->pool.cursize ); bsp->refcount++; return bsp; } |