X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=bde987901f8b4181c824ae673faa4cde114aea90;hb=2913929efaf274a0c739a2e6114f34c635265798;hp=c8070fa2365f3349e0e68b3a9785f3c9c218f564;hpb=fe49630443e7107f09fb417d9962ef2c25192d77;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index c8070fa2..bde98790 100644 --- a/src/tools.c +++ b/src/tools.c @@ -2527,6 +2527,11 @@ void DrawScreenGraphic(int x, int y, int graphic, int frame) } } +void DrawLevelGraphic(int x, int y, int graphic, int frame) +{ + DrawScreenGraphic(SCREENX(x), SCREENY(y), graphic, frame); +} + void DrawScreenElement(int x, int y, int element) { int mask_mode = NO_MASKING;