Merge branch 'master' into jgrpp
# Conflicts: # .github/workflows/release.yml # bin/CMakeLists.txt # src/dock_gui.cpp # src/lang/brazilian_portuguese.txt # src/lang/catalan.txt # src/lang/czech.txt # src/lang/dutch.txt # src/lang/english.txt # src/lang/english_US.txt # src/lang/estonian.txt # src/lang/finnish.txt # src/lang/french.txt # src/lang/german.txt # src/lang/hungarian.txt # src/lang/indonesian.txt # src/lang/italian.txt # src/lang/japanese.txt # src/lang/korean.txt # src/lang/lithuanian.txt # src/lang/luxembourgish.txt # src/lang/norwegian_bokmal.txt # src/lang/polish.txt # src/lang/portuguese.txt # src/lang/romanian.txt # src/lang/russian.txt # src/lang/serbian.txt # src/lang/simplified_chinese.txt # src/lang/slovak.txt # src/lang/spanish.txt # src/lang/spanish_MX.txt # src/lang/swedish.txt # src/lang/tamil.txt # src/lang/ukrainian.txt # src/lang/vietnamese.txt # src/newgrf.cpp # src/newgrf_gui.cpp # src/object_gui.cpp # src/pathfinder/yapf/yapf_costrail.hpp # src/pathfinder/yapf/yapf_node_rail.hpp # src/rail_cmd.cpp # src/roadveh_cmd.cpp # src/town_cmd.cpp # src/vehicle.cpp # src/water_cmd.cpp
This commit is contained in:
@@ -775,9 +775,11 @@ enum WindowClass {
|
||||
/** Data value for #Window::OnInvalidateData() of windows with class #WC_GAME_OPTIONS. */
|
||||
enum GameOptionsInvalidationData {
|
||||
GOID_DEFAULT = 0,
|
||||
GOID_NEWGRF_RESCANNED, ///< NewGRFs were just rescanned.
|
||||
GOID_NEWGRF_LIST_EDITED, ///< List of active NewGRFs is being edited.
|
||||
GOID_NEWGRF_PRESET_LOADED, ///< A NewGRF preset was picked.
|
||||
GOID_NEWGRF_RESCANNED, ///< NewGRFs were just rescanned.
|
||||
GOID_NEWGRF_CURRENT_LOADED, ///< The current list of active NewGRF has been loaded.
|
||||
GOID_NEWGRF_LIST_EDITED, ///< List of active NewGRFs is being edited.
|
||||
GOID_NEWGRF_CHANGES_MADE, ///< Changes have been made to a given NewGRF either through the palette or its parameters.
|
||||
GOID_NEWGRF_CHANGES_APPLIED, ///< The active NewGRF list changes have been applied.
|
||||
};
|
||||
|
||||
struct Window;
|
||||
|
Reference in New Issue
Block a user