summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d9eff35)
raw | patch | inline | side by side (parent: d9eff35)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Fri, 8 Apr 2016 04:56:59 +0000 (07:56 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Fri, 8 Apr 2016 04:58:13 +0000 (07:58 +0300) |
src/game/g_player.pas | patch | blob | history |
diff --git a/src/game/g_player.pas b/src/game/g_player.pas
index a8ddec74f3634655089671cf4a1ed81cbb018f4f..6ffbe28dfc882c3fff794a6f788895c414ce5985 100644 (file)
--- a/src/game/g_player.pas
+++ b/src/game/g_player.pas
TEAMCOLOR: Array [TEAM_RED..TEAM_BLUE] of TRGB = ((R:255; G:0; B:0),
(R:0; G:0; B:255));
DIFFICULT_EASY: TDifficult = (DiagFire: 32; InvisFire: 32; DiagPrecision: 32;
- FlyPrecision: 32; Cover: 32; CloseJump: 32);
+ FlyPrecision: 32; Cover: 32; CloseJump: 32;
+ WeaponPrior:(0,0,0,0,0,0,0,0,0,0); CloseWeaponPrior:(0,0,0,0,0,0,0,0,0,0));
DIFFICULT_MEDIUM: TDifficult = (DiagFire: 127; InvisFire: 127; DiagPrecision: 127;
- FlyPrecision: 127; Cover: 127; CloseJump: 127);
+ FlyPrecision: 127; Cover: 127; CloseJump: 127;
+ WeaponPrior:(0,0,0,0,0,0,0,0,0,0); CloseWeaponPrior:(0,0,0,0,0,0,0,0,0,0));
DIFFICULT_HARD: TDifficult = (DiagFire: 255; InvisFire: 255; DiagPrecision: 255;
- FlyPrecision: 255; Cover: 255; CloseJump: 255);
+ FlyPrecision: 255; Cover: 255; CloseJump: 255;
+ WeaponPrior:(0,0,0,0,0,0,0,0,0,0); CloseWeaponPrior:(0,0,0,0,0,0,0,0,0,0));
WEAPON_PRIOR1: Array [WEAPON_KASTET..WEAPON_SUPERPULEMET] of Byte =
(WEAPON_SUPERPULEMET, WEAPON_SHOTGUN2, WEAPON_SHOTGUN1,
WEAPON_CHAINGUN, WEAPON_PLASMA, WEAPON_ROCKETLAUNCHER,