diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-24 23:07:59 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-24 23:07:59 +0200 |
| commit | b7375a7582db7ba2ee8a4dacfab226a3fd8fc514 (patch) | |
| tree | 93274596a51169dd44e532a2b624bb5b75424853 /internal_rewrite/ui_dropdown_item.h | |
| parent | ed07a29b5f14696247eed5ffcd9e8441742719b2 (diff) | |
?
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 = {
|
