View Single Post
Old 04-30-2013, 11:17 PM   #26 (permalink)
nickdigger
EcoModding Apprentice
 
Join Date: Aug 2009
Location: terra firma
Posts: 138
Thanks: 4
Thanked 24 Times in 22 Posts
Small note on your rpm code:

The "RPM" and "rpm":"rpm" is redundant. An improvement would be:


void doDisplayBigRPM() {bigNum(instantrpm(), "RPM", "");}

or

void doDisplayBigRPM() {bigNum(instantrpm(), "", "RPM");}


Quote:
Originally Posted by AndrzejM View Post
Code changes for v0.86 to have Big RPM gauge
  Reply With Quote
The Following User Says Thank You to nickdigger For This Useful Post:
stewie (05-01-2013)