projects
/
ets2_tele.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a82d105
)
* Trivial fix in comment.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Tue, 30 Jul 2019 16:27:33 +0000
(18:27 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Tue, 30 Jul 2019 16:27:33 +0000
(18:27 +0200)
dash.html
patch
|
blob
|
history
diff --git
a/dash.html
b/dash.html
index bfd04b8e227162affa21ab067837592084e1f8e1..3d3d0d11414cc98a619f82c8f12065d6fcfe6d8a 100644
(file)
--- a/
dash.html
+++ b/
dash.html
@@
-198,7
+198,7
@@
function warn(elem, lvl) {
}
// We try to deduce the correct forward gear number to display from
-// the number of gears available. This likely just plain nonsense!
+// the number of gears available. This
is
likely just plain nonsense!
function dgear(x, f, m) {
if ( x > 0 )
return ( m ? '' : 'A' ) + ( f==14 ? ( x<3 ? 'C'+x : x-2 ) : x );