DEADSOFTWARE

options: remove space from default nickname
[d2df-sdl.git] / src / game / g_options.pas
index 93e9199a211d2f4c40a03531898b8f49667f734b..23bb91b30ed9ae2b1aaf091ba2d48f369c8f0e66 100644 (file)
@@ -100,7 +100,7 @@ uses
     if Result = '' then
       Result := 'Player' + IntToStr(machine MOD 10000);
     if n = 1 then
-      Result := Copy(Result, 1, 12) + ' '
+      Result := Copy(Result, 1, 12)
     else
       Result := Copy(Result, 1, 10) + ' ' + IntToStr(n)
   end;