mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
fix for newly created IMP characters eye blinking very fast
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9075 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -210,6 +210,8 @@ void CreateACharacterFromPlayerEnteredStats( void )
|
|||||||
gMercProfiles[LaptopSaveInfo.iIMPIndex].usApproachFactor[1] = 100;
|
gMercProfiles[LaptopSaveInfo.iIMPIndex].usApproachFactor[1] = 100;
|
||||||
gMercProfiles[LaptopSaveInfo.iIMPIndex].usApproachFactor[2] = 100;
|
gMercProfiles[LaptopSaveInfo.iIMPIndex].usApproachFactor[2] = 100;
|
||||||
gMercProfiles[LaptopSaveInfo.iIMPIndex].usApproachFactor[3] = 100;
|
gMercProfiles[LaptopSaveInfo.iIMPIndex].usApproachFactor[3] = 100;
|
||||||
|
gMercProfiles[LaptopSaveInfo.iIMPIndex].uiBlinkFrequency = 3000;
|
||||||
|
gMercProfiles[LaptopSaveInfo.iIMPIndex].uiExpressionFrequency = 2000;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CreatePlayerAttitude( void )
|
void CreatePlayerAttitude( void )
|
||||||
|
|||||||
Reference in New Issue
Block a user