diff --git a/desktop_version/src/Graphics.cpp b/desktop_version/src/Graphics.cpp index c9b708cc..c33d5871 100644 --- a/desktop_version/src/Graphics.cpp +++ b/desktop_version/src/Graphics.cpp @@ -2839,6 +2839,7 @@ void Graphics::drawtele(int x, int y, int t, int c) if (t > 9) t = 8; if (t < 0) t = 0; + setRect(telerect, x , y, tele_rect.w, tele_rect.h ); BlitSurfaceColoured(tele[t], NULL, backBuffer, &telerect, ct); }