diff options
Diffstat (limited to 'internal_rewrite/ui_dropdown_item.h')
| -rw-r--r-- | internal_rewrite/ui_dropdown_item.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal_rewrite/ui_dropdown_item.h b/internal_rewrite/ui_dropdown_item.h index 9afbbd2..f959f71 100644 --- a/internal_rewrite/ui_dropdown_item.h +++ b/internal_rewrite/ui_dropdown_item.h @@ -154,7 +154,9 @@ namespace ui { xors( "on hold" ), 1 },
{ xors( "toggle" ), 2 },
{ xors( "always" ), 3 },
+#ifdef _DEBUG
{ xors( "auto" ), 4 }
+#endif
};
static std::vector< dropdown_item_t< > > world_esp_type = {
|
