Re #330 Restores the LS1 career class and make it part of the Official contents (was probably why I can't have it work)

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4360 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 36373b7bc2aed0a20d7dfd0dbff8b8b9442c1b42
Former-commit-id: 9cd4ccf29bf1725374fe654af5cfc3028e0b25e8
This commit is contained in:
pouillot 2012-01-07 14:02:43 +00:00
parent cd1e34bf45
commit 19a80ed1ec
2 changed files with 3 additions and 8 deletions

View file

@ -5,7 +5,7 @@ SD_INSTALL_FILES(DATA config/raceman USER config/raceman
singleevent-challenge.xml singleevent-endurance.xml
championship.xml championship-supercars.xml
career.xml
career_supercars.xmls)
career_supercars.xmls career_ls1.xmls)
SD_INSTALL_FILES(DATA config/raceman/extra USER config/raceman/extra
FILES extra/skill.xml)
@ -15,7 +15,6 @@ IF(NOT OPTION_OFFICIAL_ONLY)
SD_INSTALL_FILES(DATA config/raceman USER config/raceman
FILES networkrace.xml
championship-mpa1.xml
career_ls1.xmls)
championship-mpa1.xml)
ENDIF()

View file

@ -16,7 +16,7 @@
<!DOCTYPE params SYSTEM "params.dtd">
<params name="Career" version="1.6">
<params name="Career" version="1.7">
<section name="Header">
<attstr name="name" val="Career"/>
@ -223,8 +223,6 @@
</section>
<!-- TODO: Make it work !
<section name="2">
<attstr name="subfile" val="career_ls1.xmls"/>
<attstr name="subfile suffix" val="ls1"/>
@ -236,8 +234,6 @@
</section>
-->
</section>
</params>