[draw.c] (minor) DIMAGE_NONE as a flag instead of 0

This commit is contained in:
KikooDX 2020-05-15 13:57:30 +02:00
parent 31aa7461bc
commit f2ba0edfca
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ int *start_y, int tp_positions[])
break;
case '^':
dsubimage(x, y, &img_elevator,
(step % img_elevator_frame_count) * 16, 0, 16, 16, 0);
(step % img_elevator_frame_count) * 16, 0, 16, 16, DIMAGE_NONE);
break;
case 'S':
erase_tile(x, y, level);