1
0
mirror of https://github.com/td512/re3.git synced 2026-04-20 13:21:53 +00:00
This commit is contained in:
erorcun
2021-01-04 16:03:54 +03:00
parent bbbfe65870
commit 2860f6e4a9
3 changed files with 3 additions and 3 deletions

View File

@@ -219,7 +219,6 @@ void LoadINISettings()
void SaveINISettings()
{
bool changed = false;
char temp[4];
#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS
if (strncmp(cfg.get("DetectJoystick", "JoystickName", "").c_str(), gSelectedJoystickName, strlen(gSelectedJoystickName)) != 0) {