mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
Whoops, more whitespace.
This commit is contained in:
parent
c44ec1993d
commit
e6e920747c
1 changed files with 3 additions and 4 deletions
|
@ -174,8 +174,7 @@ Mod_RealLoadModel (model_t *mod, qboolean crash, cache_allocator_t allocator)
|
||||||
byte stackbuf[1024]; // avoid dirtying the cache heap
|
byte stackbuf[1024]; // avoid dirtying the cache heap
|
||||||
|
|
||||||
// load the file
|
// load the file
|
||||||
buf =
|
buf = (unsigned int *) COM_LoadStackFile (mod->name, stackbuf,
|
||||||
(unsigned int *) COM_LoadStackFile (mod->name, stackbuf,
|
|
||||||
sizeof (stackbuf));
|
sizeof (stackbuf));
|
||||||
if (!buf) {
|
if (!buf) {
|
||||||
if (crash)
|
if (crash)
|
||||||
|
|
Loading…
Reference in a new issue