diff options
Diffstat (limited to 'source/r_bsp.c')
-rw-r--r-- | source/r_bsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/r_bsp.c b/source/r_bsp.c index 35a6521..82d2372 100644 --- a/source/r_bsp.c +++ b/source/r_bsp.c @@ -587,7 +587,7 @@ void Bsp_LoadWorld( const char *path ) { lump_t *lump; int i; byte *data; - unsigned length, endpos; + size_t length, endpos; length = fs.LoadFileEx( path, ( void ** )&data, FS_FLAG_CACHE ); if( !data ) { |