Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unable to assign fourth gear
12-29-2008, 06:51 PM,
#1
unable to assign fourth gear
At the moment it doesn't appear to be possible to assign a key to fourth gear.
The patch below fixed the problem for me.

Code:
Index: include/carcontrolmap_local.h
===================================================================
--- include/carcontrolmap_local.h    (revision 2278)
+++ include/carcontrolmap_local.h    (working copy)
@@ -318,7 +318,7 @@
        carinput_stringmap["first_gear"] = CARINPUT::FIRST_GEAR;
        carinput_stringmap["second_gear"] = CARINPUT::SECOND_GEAR;
        carinput_stringmap["third_gear"] = CARINPUT::THIRD_GEAR;
-        carinput_stringmap["forth_gear"] = CARINPUT::FOURTH_GEAR;
+        carinput_stringmap["fourth_gear"] = CARINPUT::FOURTH_GEAR;
        carinput_stringmap["fifth_gear"] = CARINPUT::FIFTH_GEAR;
        carinput_stringmap["sixth_gear"] = CARINPUT::SIXTH_GEAR;
        carinput_stringmap["reverse"] = CARINPUT::REVERSE;

Cheers
Reply
12-29-2008, 08:13 PM,
#2
 
Awesome, thanks, fixed in R2279.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)