Fix HQ placement hotkey

This commit is contained in:
Pavel Stupnikov
2017-04-14 16:02:18 +03:00
parent 8f3a9d7261
commit cb5bd6c408
3 changed files with 8 additions and 1 deletions

View File

@@ -395,6 +395,7 @@ struct MainWindow : Window
break;
case GHK_BORROW_ALL:
fprintf(stderr, "Borow all!\n");
DoCommandP(0, 0, 1, CMD_INCREASE_LOAN | CMD_MSG(STR_ERROR_CAN_T_BORROW_ANY_MORE_MONEY));
break;