hide patches from menu if they should only run in lobby/game

This commit is contained in:
Martin Michelsen
2023-02-17 22:07:09 -08:00
parent ba4a017ffb
commit 1394dd681e
5 changed files with 21 additions and 4 deletions
+1
View File
@@ -33,6 +33,7 @@ struct CompiledFunctionCode {
std::string name;
uint32_t index; // 0 = unused (not registered in index_to_function)
uint32_t menu_item_id;
bool hide_from_patches_menu;
bool is_big_endian() const;