Racer: Reposition and resize predefined waypoints in scaled drawn maps
Previously, predefined waypoints broke when using any but the default drawn map size.
pub mod atlas;pub mod camera;mod gear;mod gl;mod map;use self::gl::*;pub use self::map::*;pub use gear::*;