(svn r2880) Fix graphical glitch in replace window (text at wrong coordinates)
authorDarkvater
Sat, 20 Aug 2005 21:16:46 +0000
changeset 2354 2dcae79a4aa9
parent 2353 076e9b569f64
child 2355 8797c6680c37
(svn r2880) Fix graphical glitch in replace window (text at wrong coordinates)
vehicle_gui.c
--- a/vehicle_gui.c	Sat Aug 20 18:14:32 2005 +0000
+++ b/vehicle_gui.c	Sat Aug 20 21:16:46 2005 +0000
@@ -841,7 +841,7 @@
 				}
 
 
-				DrawString(145, (w->resize.step_height == 24 ? 77 : 87 ) + ( w->resize.step_height * w->vscroll.cap), STR_02BD, 0x10);
+				DrawString(145, (w->resize.step_height == 24 ? 67 : 77 ) + ( w->resize.step_height * w->vscroll.cap), STR_02BD, 0x10);
 
 
 				/*	now we draw the two arrays according to what we just counted */