diff --git a/desktop_version/src/Graphics.cpp b/desktop_version/src/Graphics.cpp index bf913c18..dc6c458a 100644 --- a/desktop_version/src/Graphics.cpp +++ b/desktop_version/src/Graphics.cpp @@ -3082,7 +3082,7 @@ void Graphics::drawtele(int x, int y, int t, Uint32 c) setcolreal(c); if (t > 9) t = 8; - if (t < 0) t = 0; + if (t < 1) t = 1; setRect(telerect, x , y, tele_rect.w, tele_rect.h ); if (INBOUNDS_VEC(t, tele))