img_render(thing, vram, ...) -> img_render_vram(thing, ...)

This commit is contained in:
KikooDX 2020-05-15 12:23:52 +02:00
parent 1b4723e6ee
commit f227c86ab9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ int *start_y, int tp_positions[])
dimage(x + DRAW_OFFSET_X, y + DRAW_OFFSET_Y, &img_semi_solid);
break;
case '^':
img_render(img_sub(img_elevator, 0, 0, 16, 16), img_at(img_vram(), x, y));
img_render_vram(img_sub(img_elevator, 0, 0, 16, 16), x, y);
//dimage(x + DRAW_OFFSET_X, y + DRAW_OFFSET_Y, ani_elevator[(step/2)%16]);
break;
case 'S':