Reposition the statusbar as the setting changed. */
| 148 | |
| 149 | /** Reposition the statusbar as the setting changed. */ |
| 150 | static void v_PositionStatusbar(int32_t) |
| 151 | { |
| 152 | if (_game_mode != GM_MENU) { |
| 153 | PositionStatusbar(nullptr); |
| 154 | PositionNewsMessage(nullptr); |
| 155 | PositionNetworkChatWindow(nullptr); |
| 156 | } |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Redraw the smallmap after a colour scheme change. |
nothing calls this directly
no test coverage detected