mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-18 01:21:39 +00:00
add a FIXME comment
This commit is contained in:
parent
49ed4186f8
commit
8d3c85349a
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ Skin_Cache (skin_t *skin)
|
||||||
opix = out->data;
|
opix = out->data;
|
||||||
out->width = 320;
|
out->width = 320;
|
||||||
out->height = 200;
|
out->height = 200;
|
||||||
out->palette = tex->palette;
|
out->palette = tex->palette; //FIXME assumes 0 or host_basepal
|
||||||
memset (opix, 0, pixels);
|
memset (opix, 0, pixels);
|
||||||
for (i = 0, ipix = tex->data; i < tex->height;
|
for (i = 0, ipix = tex->data; i < tex->height;
|
||||||
i++, opix += 320, ipix += tex->width)
|
i++, opix += 320, ipix += tex->width)
|
||||||
|
|
Loading…
Reference in a new issue