0x004395BC
| 279 | |
| 280 | // 0x004395BC |
| 281 | static void onDropdown([[maybe_unused]] Window& w, WidgetIndex_t widgetIndex, [[maybe_unused]] const WidgetId id, int16_t item_index) |
| 282 | { |
| 283 | switch (widgetIndex) |
| 284 | { |
| 285 | case Widx::player: |
| 286 | playerDropdownClick(item_index); |
| 287 | break; |
| 288 | } |
| 289 | } |
| 290 | |
| 291 | // 0x4395C7 |
| 292 | static void companyValueMouseUp() |
nothing calls this directly
no test coverage detected