mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 12:06:41 +00:00
Cleanup: Correct various spelling errors
This commit is contained in:
committed by
rubidium42
parent
4a7cbf29f0
commit
bbe5dbf230
+1
-1
@@ -1945,7 +1945,7 @@ static inline void ClampViewportToMap(const Viewport &vp, int *scroll_x, int *sc
|
||||
}
|
||||
|
||||
/**
|
||||
* Clamp the smooth scroll to a maxmimum speed and distance based on time elapsed.
|
||||
* Clamp the smooth scroll to a maximum speed and distance based on time elapsed.
|
||||
*
|
||||
* Every 30ms, we move 1/4th of the distance, to give a smooth movement experience.
|
||||
* But we never go over the max_scroll speed.
|
||||
|
||||
Reference in New Issue
Block a user