summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2020-11-15 22:07:44 +0100
committerwithmorten <morten.with@gmail.com>2020-11-15 22:07:44 +0100
commitad10d3e64e317a60c4c7c481354ef9c2b39922f2 (patch)
tree6bb83db58792894d00eaefa678af44a366512bf0
parentadd bInvertLook4Pad from VC (doesn't get saved yet) (diff)
downloadre3-ad10d3e64e317a60c4c7c481354ef9c2b39922f2.tar
re3-ad10d3e64e317a60c4c7c481354ef9c2b39922f2.tar.gz
re3-ad10d3e64e317a60c4c7c481354ef9c2b39922f2.tar.bz2
re3-ad10d3e64e317a60c4c7c481354ef9c2b39922f2.tar.lz
re3-ad10d3e64e317a60c4c7c481354ef9c2b39922f2.tar.xz
re3-ad10d3e64e317a60c4c7c481354ef9c2b39922f2.tar.zst
re3-ad10d3e64e317a60c4c7c481354ef9c2b39922f2.zip
-rw-r--r--src/core/Frontend.cpp5
-rw-r--r--src/core/Frontend.h3
2 files changed, 0 insertions, 8 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp
index 879bcb29..cf25e1b9 100644
--- a/src/core/Frontend.cpp
+++ b/src/core/Frontend.cpp
@@ -5404,11 +5404,6 @@ CMenuManager::ProcessOnOffMenuOptions()
DMAudio.PlayFrontEndSound(SOUND_FRONTEND_MENU_SETTING_CHANGE, 0);
SaveSettings();
break;
-#ifdef INVERT_LOOK_FOR_PAD
- case MENUACTION_INVERTPADY:
- CPad::bInvertLook4Pad = !CPad::bInvertLook4Pad;
- break;
-#endif
}
}
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 947311b6..70b4cd31 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -383,9 +383,6 @@ enum eMenuAction
//#ifdef NO_ISLAND_LOADING
// MENUACTION_ISLANDLOADING,
//#endif
-#ifdef INVERT_LOOK_FOR_PAD
- MENUACTION_INVERTPADY,
-#endif
};
enum eCheckHover