Skip to content
Snippets Groups Projects
Commit 3583d299 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove unused set of coff.

parent 444fecaf
No related branches found
No related tags found
No related merge requests found
......@@ -851,7 +851,6 @@ bitmap_draw_vmem(int sx, int sy, int ex, int ey, struct vmem_cell *fill)
bs.pixeloffset -= bs.maxpix;
}
screenb.update_pixels = 1;
int coff = vmem_cell_offset(vm, 0, 0);
int foff = 0;
for (size_t vy = 0; vy < vheight; vy++) {
int coff = vmem_cell_offset(vm, sx - 1, sy - 1 + vy);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment