Readjust the lines

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@478 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2009-10-18 08:48:15 +00:00
parent 2146f33c82
commit 4a53a95307
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ inprogressmenu (int gameid)
}
i = local_LINES-3;
if ((i+3 > max_height) && len) i = max_height+1;
if ((i+3 > ((max_height > len) ? max_height : len)) && (len > 0)) i = max_height+1;
if (len > 0)
mvprintw ((i), 1, "(%d-%d of %d)", offset + 1, offset + i, len);
mvprintw ((i+1), 1, "'.' changes sort mode (current: %s)", SORTMODE_NAME[sortmode]);