svn-id: r17934
This commit is contained in:
Travis Howell 2005-05-06 13:22:48 +00:00
parent 83d8166696
commit 3cbaf48932
6 changed files with 299 additions and 299 deletions

View file

@ -338,7 +338,7 @@ static void dump_bitmap(const char *filename, const byte *offs, int w, int h, in
state.y_skip = 0;
for (i = 0; i != w; i += 2) {
byte *c = vc_10_depack_column(&state);
byte *c = vc10_depack_column(&state);
for (j = 0; j != h; j++) {
byte pix = c[j];
b[j * w + i] = (pix >> 4) | base;