diff options
Diffstat (limited to 'src/player_gui.cpp')
-rw-r--r-- | src/player_gui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player_gui.cpp b/src/player_gui.cpp index 33bc61abf..16d5ff3f3 100644 --- a/src/player_gui.cpp +++ b/src/player_gui.cpp @@ -1179,7 +1179,7 @@ static void PlayerCompanyWndProc(Window *w, WindowEvent *e) SetObjectToPlaceWnd(SPR_CURSOR_HQ, PAL_NONE, VHM_RECT, w); SetTileSelectSize(2, 2); w->LowerWidget(PCW_WIDGET_BUILD_VIEW_HQ); - InvalidateWidget(w, PCW_WIDGET_BUILD_VIEW_HQ); + w->InvalidateWidget(PCW_WIDGET_BUILD_VIEW_HQ); } else { ScrollMainWindowToTile(tile); } @@ -1190,7 +1190,7 @@ static void PlayerCompanyWndProc(Window *w, WindowEvent *e) SetObjectToPlaceWnd(SPR_CURSOR_HQ, PAL_NONE, VHM_RECT, w); SetTileSelectSize(2, 2); w->LowerWidget(PCW_WIDGET_RELOCATE_HQ); - InvalidateWidget(w, PCW_WIDGET_RELOCATE_HQ); + w->InvalidateWidget(PCW_WIDGET_RELOCATE_HQ); break; case PCW_WIDGET_BUY_SHARE: |