mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
New in-game option: Quiet Training -- when on, mercs will not say quotes while training
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5293 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+3
-3
@@ -66,9 +66,9 @@ void StatChange(SOLDIERTYPE *pSoldier, UINT8 ubStat, UINT16 usNumChances, UINT8
|
||||
void ProfileStatChange(MERCPROFILESTRUCT *pProfile, UINT8 ubStat, UINT16 usNumChances, UINT8 ubReason);
|
||||
void ProcessStatChange(MERCPROFILESTRUCT *pProfile, UINT8 ubStat, UINT16 usNumChances, UINT8 ubReason);
|
||||
|
||||
void UpdateStats( SOLDIERTYPE *pSoldier );
|
||||
void ProfileUpdateStats( MERCPROFILESTRUCT *pProfile );
|
||||
void ProcessUpdateStats( MERCPROFILESTRUCT *pProfile, SOLDIERTYPE *pSoldier );
|
||||
void UpdateStats( SOLDIERTYPE *pSoldier, UINT8 ubReason = 0 );
|
||||
void ProfileUpdateStats( MERCPROFILESTRUCT *pProfile, UINT8 ubReason = 0 );
|
||||
void ProcessUpdateStats( MERCPROFILESTRUCT *pProfile, SOLDIERTYPE *pSoldier, UINT8 ubReason = 0 );
|
||||
|
||||
UINT32 CalcNewSalary(UINT32 uiOldSalary, BOOLEAN fIncrease, UINT32 uiMaxLimit);
|
||||
UINT32 RoundOffSalary(UINT32 uiSalary);
|
||||
|
||||
Reference in New Issue
Block a user