diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-08-16 16:58:40 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-08-16 16:58:40 +0200 |
commit | 0418ba597bc53d08d0244188f4623ebadfdd2876 (patch) | |
tree | c99803bbd4a714b0a3f8b8d632122713623889c7 /src/core/Frontend.h | |
parent | Island loading and PS2 alpha test added to options (diff) | |
download | re3-0418ba597bc53d08d0244188f4623ebadfdd2876.tar re3-0418ba597bc53d08d0244188f4623ebadfdd2876.tar.gz re3-0418ba597bc53d08d0244188f4623ebadfdd2876.tar.bz2 re3-0418ba597bc53d08d0244188f4623ebadfdd2876.tar.lz re3-0418ba597bc53d08d0244188f4623ebadfdd2876.tar.xz re3-0418ba597bc53d08d0244188f4623ebadfdd2876.tar.zst re3-0418ba597bc53d08d0244188f4623ebadfdd2876.zip |
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r-- | src/core/Frontend.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h index dd82507e..d631a7d1 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -381,9 +381,6 @@ enum eMenuAction #ifdef CUTSCENE_BORDERS_SWITCH MENUACTION_CUTSCENEBORDERS, #endif -#ifdef CUSTOM_FRONTEND_OPTIONS - MENUACTION_TRIGGERFUNC -#endif }; enum eCheckHover @@ -478,7 +475,7 @@ struct CMenuScreen int32 m_Action; // eMenuAction char m_EntryName[8]; int32 m_SaveSlot; // eSaveSlot - int32 m_TargetMenu; // eMenuScreen // FrontendOption ID if it's a custom option + int32 m_TargetMenu; // eMenuScreen } m_aEntries[NUM_MENUROWS]; }; |