home *** CD-ROM | disk | FTP | other *** search
- !Include("CarSetupOptions.def")
-
- Option("&SETUPCAR_soft& ")
- {
- SetParam("m_nSprings", "1")
- Description("&SETUPCAR_springs&")
- Icon( "Springs_2")
- }
-
- Option("&SETUPCAR_mid-soft& ")
- {
- SetParam("m_nSprings", "2")
- Description("&SETUPCAR_springs&")
- Icon( "Springs_3")
- }
-
- Option("&SETUPCAR_medium& ")
- {
- Default()
- SetParam("m_nSprings", "3")
- Description("&SETUPCAR_springs&")
- Icon( "Springs_4")
- }
-
- Option("&SETUPCAR_mid-hard& ")
- {
- SetParam("m_nSprings", "4")
- Description("&SETUPCAR_springs&")
- Icon( "Springs_5")
- }
-
- Option("&SETUPCAR_hard& ")
- {
- SetParam("m_nSprings", "5")
- Description("&SETUPCAR_springs&")
- Icon( "Springs_6")
- }
-
-