mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
remove some unneeded code
This commit is contained in:
parent
855fc53709
commit
0cf0f710b7
3 changed files with 0 additions and 32 deletions
|
@ -91,9 +91,6 @@ Mod_DecompressVis (byte * in, model_t *model)
|
|||
row = (model->numleafs + 7) >> 3;
|
||||
out = decompressed;
|
||||
|
||||
#if 0
|
||||
memcpy (out, in, row);
|
||||
#else
|
||||
if (!in) { // no vis info, so make all visible
|
||||
while (row) {
|
||||
*out++ = 0xff;
|
||||
|
@ -115,7 +112,6 @@ Mod_DecompressVis (byte * in, model_t *model)
|
|||
c--;
|
||||
}
|
||||
} while (out - decompressed < row);
|
||||
#endif
|
||||
|
||||
return decompressed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue