Bug #892 Slight change to auto-reverse preference and changed revision of file to ensure that it gets used

for users who are incapable of configuring their own driver....

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5788 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
mungewell 2014-06-26 00:39:13 +00:00
parent 3b33fb17d7
commit 65f66302f2
2 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<!DOCTYPE params SYSTEM "../../libs/tgf/params.dtd">
<params mode="mw" type="template" name="Player Pref" version="1.2">
<params mode="mw" type="template" name="Player Pref" version="1.3">
<section name="Preferences">
@ -26,7 +26,7 @@
<section name="1">
<!-- Initial parameters ; set to default if not specified (see above) -->
<attstr name="transmission" in="auto,sequential,grid" val="auto"/>
<attstr name="auto reverse" val="yes"/>
<attstr name="auto reverse" in="yes,no" val="yes"/>
<attstr name="ABS on" in="yes,no" val="yes"/>
<attstr name="ASR on" in="yes,no" val="yes"/>
<attnum name="programmed pit stops" val="0"/>

View File

@ -14,7 +14,7 @@
<!DOCTYPE params SYSTEM "../../libs/tgf/params.dtd">
<params mode="mw" type="template" name="Player Pref" version="1.2">
<params mode="mw" type="template" name="Player Pref" version="1.3">
<section name="Preferences">
@ -26,6 +26,7 @@
<section name="1">
<!-- Initial parameters ; set to default if not specified (see above) -->
<attstr name="transmission" in="auto,sequential,grid" val="auto"/>
<attstr name="auto reverse" in="yes,no" val="yes"/>
<attstr name="ABS on" in="yes,no" val="yes"/>
<attstr name="ASR on" in="yes,no" val="yes"/>
<attnum name="programmed pit stops" val="0"/>