fix mistaken scoreboard size calc

This commit is contained in:
Eric House 2014-01-06 06:54:56 -08:00
parent 3702a9f326
commit 19c70ccdcb

View file

@ -1638,7 +1638,7 @@ positionSizeStuff( CursesAppGlobals* globals, int width, int height )
board_figureLayout( board, cGlobals->gi, board_figureLayout( board, cGlobals->gi,
0, 0, width, height, 0, 0, width, height,
150, 200, /* percents */ 150, 200, /* percents */
width*100/75, 2, 1, width*75/100, 2, 1,
XP_FALSE, &dims ); XP_FALSE, &dims );
board_applyLayout( board, &dims ); board_applyLayout( board, &dims );