Index: applications/editors/josm/plugins/wms-turbo-challenge2/build.xml
===================================================================
--- applications/editors/josm/plugins/wms-turbo-challenge2/build.xml	(revision 26254)
+++ applications/editors/josm/plugins/wms-turbo-challenge2/build.xml	(revision 26299)
@@ -67,5 +67,5 @@
                 <attribute name="Plugin-Icon" value="images/wmsracer.png"/>
                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/>
-                <attribute name="Plugin-Mainversion" value="4065"/>
+                <attribute name="Plugin-Mainversion" value="4126"/>
                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
             </manifest>
Index: applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java
===================================================================
--- applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java	(revision 26254)
+++ applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java	(revision 26299)
@@ -104,5 +104,5 @@
              * have a fix and add any distortions.  */
 
-            segment.add(new WayPoint(Main.proj.eastNorth2latlon(
+            segment.add(new WayPoint(Main.getProjection().eastNorth2latlon(
                     new EastNorth(lon, lat))));
         }
