shithub: rott

Download patch

ref: e932f25ca7a62266a4c06173255ba01eb3457ac9
parent: 21eb6a6831d2f622db3d63c8f4ea0450f1f852b1
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:28:50 EDT 2018

Removing obsolete development code from rt_map.c

--- a/rott/rt_map.c
+++ b/rott/rt_map.c
@@ -967,13 +967,6 @@
             if (control.dir==dir_North)
                 dy=-(tics<<17)/(5-mapscale);
         }
-#if (DEVELOPMENT == 1)
-        if (Keyboard[sc_M])
-        {
-            CheatMap();
-            ChangeMapScale( &x, &y, mapscale );
-        }
-#endif
 
         x+=dx;
         y+=dy;