Road Rash: update game-specific config
- remove `adjmouse=true` (as it is globally default anyway) - add `fixchilds=1` (fixes #190)
This commit is contained in:
parent
3333539e34
commit
d951338af0
1 changed files with 1 additions and 1 deletions
|
@ -913,7 +913,7 @@ static void cfg_create_ini()
|
||||||
"\n"
|
"\n"
|
||||||
"; ROAD RASH\n"
|
"; ROAD RASH\n"
|
||||||
"[RoadRash]\n"
|
"[RoadRash]\n"
|
||||||
"adjmouse=true\n"
|
"fixchilds=1\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Septerra Core\n"
|
"; Septerra Core\n"
|
||||||
"[septerra]\n"
|
"[septerra]\n"
|
||||||
|
|
Loading…
Reference in a new issue