mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
committed by
GitHub
parent
94f005a839
commit
a2ef4bd699
@@ -23,6 +23,7 @@
|
||||
#include <openrct2-ui/windows/Window.h>
|
||||
#include <openrct2/object/ObjectList.h>
|
||||
|
||||
// clang-format off
|
||||
enum WINDOW_OBJECT_LOAD_ERROR_WIDGET_IDX {
|
||||
WIDX_BACKGROUND,
|
||||
WIDX_TITLE,
|
||||
@@ -96,6 +97,7 @@ static rct_window_event_list window_object_load_error_events = {
|
||||
window_object_load_error_paint,
|
||||
window_object_load_error_scrollpaint
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
static std::vector<rct_object_entry> _invalid_entries;
|
||||
static sint32 highlighted_index = -1;
|
||||
|
||||
Reference in New Issue
Block a user