DEADSOFTWARE

slightly faster map reloading on restart; enabled "--game-scale" cli arg in non-debug...
[d2df-sdl.git] / src / game / g_window.pas
index 46ec6df528d540fa7b985c8ce5b58f78104284aa..71ec201bb1f9722cf39354213938eec54b9736d9 100644 (file)
@@ -865,7 +865,6 @@ begin
       end;
     end;
 
-    {$IF DEFINED(D2F_DEBUG)}
     if (arg = '--game-scale') or (arg = '-game-scale') then
     begin
       if (idx <= ParamCount) then
@@ -874,7 +873,6 @@ begin
         Inc(idx);
       end;
     end;
-    {$ENDIF}
 
     if (arg = '--write-mapdef') or (arg = '-write-mapdef') then
     begin