mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Bugfix: EDB Fix by Headrock
- Show Burst AND Auto penalty instead of only ONE (usually Burst penalty) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2974 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+2
-2
@@ -414,8 +414,8 @@ extern CHAR16 gMoneyStatsDesc[][ 13 ];
|
||||
extern CHAR16 gWeaponStatsDesc[][ 16 ];
|
||||
// HEADROCK: Added externs for Item Description Box icon and stat tooltips
|
||||
// Note that I've inflated some of these to 20 to avoid issues.
|
||||
extern STR16 gzWeaponStatsFasthelp[ 27 ];
|
||||
extern STR16 gzWeaponStatsFasthelpTactical[ 27 ];
|
||||
extern STR16 gzWeaponStatsFasthelp[ 29 ];
|
||||
extern STR16 gzWeaponStatsFasthelpTactical[ 29 ];
|
||||
extern STR16 gzAmmoStatsFasthelp[ 20 ];
|
||||
extern STR16 gzArmorStatsFasthelp[ 20 ];
|
||||
extern STR16 gzExplosiveStatsFasthelp[ 20 ];
|
||||
|
||||
Reference in New Issue
Block a user