changed "http" to "https" in URLs
[rocksndiamonds.git] / src / libgame / text.c
index c7c5f45bc081d1fc16d1afd1a9cb764a2f7351b4..fbf7683ef2a112e74ae3936d49af0b2efc85fe30 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // text.c
 // ============================================================================
@@ -204,7 +204,7 @@ void DrawTextSCentered(int y, int font_nr, char *text)
 void DrawTextSAligned(int x, int y, char *text, int font_nr, int align)
 {
   DrawText(gfx.sx + ALIGNED_XPOS(x, getTextWidth(text, font_nr), align),
-          gfx.sx + y, text, font_nr);
+          gfx.sy + y, text, font_nr);
 }
 
 void DrawTextAligned(int x, int y, char *text, int font_nr, int align)