diff options
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r-- | src/core/Frontend.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h index a867e4c8..4e1d0edf 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -328,7 +328,10 @@ enum eMenuAction MENUACTION_LANG_JAP, #endif #ifdef IMPROVED_VIDEOMODE - MENUACTION_SCREENMODE + MENUACTION_SCREENMODE, +#endif +#ifdef FREE_CAM + MENUACTION_FREECAM #endif }; |