missed a spot

develop
Quietust 2012-11-23 19:23:06 -06:00
parent e3eb325d36
commit 139fd07df3
1 changed files with 2 additions and 2 deletions

@ -1120,10 +1120,10 @@ void viewscreen_unitlaborsst::render()
} }
int x = 2, y = dim.y - 3; int x = 2, y = dim.y - 3;
OutputString(10, x, dim.y - 3, Screen::getKeyDisplay(interface_key::SELECT)); OutputString(10, x, y, Screen::getKeyDisplay(interface_key::SELECT));
OutputString(canToggle ? 15 : 8, x, y, ": Toggle labor, "); OutputString(canToggle ? 15 : 8, x, y, ": Toggle labor, ");
OutputString(10, x, dim.y - 3, Screen::getKeyDisplay(interface_key::SELECT_ALL)); OutputString(10, x, y, Screen::getKeyDisplay(interface_key::SELECT_ALL));
OutputString(canToggle ? 15 : 8, x, y, ": Toggle Group, "); OutputString(canToggle ? 15 : 8, x, y, ": Toggle Group, ");
OutputString(10, x, y, Screen::getKeyDisplay(interface_key::UNITJOB_VIEW)); OutputString(10, x, y, Screen::getKeyDisplay(interface_key::UNITJOB_VIEW));