Whoops, more whitespace.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-08-22 19:08:33 +00:00
parent c44ec1993d
commit e6e920747c
1 changed files with 3 additions and 4 deletions

View File

@ -174,8 +174,7 @@ Mod_RealLoadModel (model_t *mod, qboolean crash, cache_allocator_t allocator)
byte stackbuf[1024]; // avoid dirtying the cache heap
// load the file
buf =
(unsigned int *) COM_LoadStackFile (mod->name, stackbuf,
buf = (unsigned int *) COM_LoadStackFile (mod->name, stackbuf,
sizeof (stackbuf));
if (!buf) {
if (crash)