X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_options.pas;h=23bb91b30ed9ae2b1aaf091ba2d48f369c8f0e66;hb=e1f115c17f5d486849c6c113ca0ea19e3eb2a2cc;hp=13033d20cc1507bc8fb8acbcea9415f833224961;hpb=cdade5490e36128b921033b93777e29be803a0dd;p=d2df-sdl.git diff --git a/src/game/g_options.pas b/src/game/g_options.pas index 13033d2..23bb91b 100644 --- a/src/game/g_options.pas +++ b/src/game/g_options.pas @@ -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; @@ -276,7 +276,7 @@ begin gsGameFlags := GAME_OPTION_ALLOWEXIT or GAME_OPTION_DMKEYS or GAME_OPTION_BOTVSPLAYER or GAME_OPTION_BOTVSMONSTER or GAME_OPTION_TEAMHITTRACE or GAME_OPTION_TEAMHITPROJECTILE or - GAME_OPTION_ALLOWDROPFLAG or GAME_OPTION_RULEZRANDOM; + GAME_OPTION_ALLOWDROPFLAG; gsPlayers := 1; if not gGameOn then