fix menus not being top-aligned

This commit is contained in:
Glenn Maynard
2003-06-16 03:58:16 +00:00
parent 0e976b3ad2
commit 21495c6a72
+1 -1
View File
@@ -527,7 +527,7 @@ void ScreenOptions::PositionItems()
if( second_end >= NumRows )
{
first_start = NumRows - total;
first_start = max(0, NumRows - total);
first_end = NumRows;
second_start = 9999;
second_end = 9999;