This helps too
authorunc0rr
Sun, 16 Nov 2014 00:57:05 +0300
changeset 10505 03894bfb8bf3
parent 10504 fe1ffe2728af
child 10506 325f7bb60580
This helps too
hedgewars/uUtils.pas
--- a/hedgewars/uUtils.pas	Sat Nov 15 23:56:32 2014 +0300
+++ b/hedgewars/uUtils.pas	Sun Nov 16 00:57:05 2014 +0300
@@ -513,7 +513,11 @@
         if GameType = gmtRecord then
             logfileBase:= 'rec'
         else
-            logfileBase:= 'game';
+        {$IFDEF PAS2C}
+        logfileBase:= 'game_pas2c';
+        {$ELSE}
+        logfileBase:= 'game';
+        {$ENDIF}
     end
     else
         {$IFDEF PAS2C}