add a FIXME comment

This commit is contained in:
Bill Currie 2001-01-24 00:02:43 +00:00
parent 49ed4186f8
commit 8d3c85349a
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ Skin_Cache (skin_t *skin)
opix = out->data;
out->width = 320;
out->height = 200;
out->palette = tex->palette;
out->palette = tex->palette; //FIXME assumes 0 or host_basepal
memset (opix, 0, pixels);
for (i = 0, ipix = tex->data; i < tex->height;
i++, opix += 320, ipix += tex->width)