Index: /applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java
===================================================================
--- /applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java	(revision 31306)
+++ /applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java	(revision 31307)
@@ -393,4 +393,5 @@
         /* If the layer is a WMS layer, check if any tiles are
          * missing */
+        /* FIXME: the code below is commented to fix compilation problems. Not sure if the code below is needed
         if (ground instanceof WMSLayer) {
             WMSLayer wms = (WMSLayer) ground;
@@ -403,5 +404,5 @@
                             e_lon[0], e_lat[0])));
         }
-
+        */
         /* Request the image from ground layer */
         ground.paint(ground_view.graphics, ground_view, null);
