diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-01-04 14:03:54 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-01-04 14:03:54 +0100 |
commit | 2860f6e4a91804862890200560deb50e6bff6e06 (patch) | |
tree | a5841387df1ca4a75ddbaa9c90d677c7b3c39fcd /src/core | |
parent | Port nerf of rain particles from miami (diff) | |
download | re3-2860f6e4a91804862890200560deb50e6bff6e06.tar re3-2860f6e4a91804862890200560deb50e6bff6e06.tar.gz re3-2860f6e4a91804862890200560deb50e6bff6e06.tar.bz2 re3-2860f6e4a91804862890200560deb50e6bff6e06.tar.lz re3-2860f6e4a91804862890200560deb50e6bff6e06.tar.xz re3-2860f6e4a91804862890200560deb50e6bff6e06.tar.zst re3-2860f6e4a91804862890200560deb50e6bff6e06.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/re3.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index 87244e2a..97c6c181 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -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) { |