DEADSOFTWARE

Fix warnings
[d2df-sdl.git] / src / game / g_gui.pas
index e32889203b7216e27914336ce79c6bac37861a6f..a76a1801f560969bd0ab491f9dca790cc7565c3f 100644 (file)
@@ -825,7 +825,7 @@ begin
         tw := round(tw * 1.333 * (gScreenHeight / th))
       else
         tw := trunc(tw * (gScreenHeight / th));
-        e_DrawSize(ID, (gScreenWidth - tw) div 2, 0, 0, False, False, tw, gScreenHeight);
+      e_DrawSize(ID, (gScreenWidth - tw) div 2, 0, 0, False, False, tw, gScreenHeight);
     end
     else
       e_Clear(GL_COLOR_BUFFER_BIT, 0.5, 0.5, 0.5);