X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=bde987901f8b4181c824ae673faa4cde114aea90;hb=2913929efaf274a0c739a2e6114f34c635265798;hp=c8070fa2365f3349e0e68b3a9785f3c9c218f564;hpb=8c16b35bafd9a51060095bff4a62fc327c4cf495;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;