mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 03:14:07 +00:00
cfo fix
This commit is contained in:
parent
362f2b5ec4
commit
ae388c48d0
3 changed files with 3 additions and 3 deletions
|
@ -225,7 +225,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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue