summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 63889e5)
raw | patch | inline | side by side (parent: 63889e5)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Wed, 27 Sep 2023 09:50:17 +0000 (12:50 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Wed, 27 Sep 2023 09:50:17 +0000 (12:50 +0300) |
src/game/g_options.pas | patch | blob | history |
diff --git a/src/game/g_options.pas b/src/game/g_options.pas
index 93e9199a211d2f4c40a03531898b8f49667f734b..23bb91b30ed9ae2b1aaf091ba2d48f369c8f0e66 100644 (file)
--- a/src/game/g_options.pas
+++ b/src/game/g_options.pas
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;