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:
Shadooow
2021-06-12 12:39:55 +00:00
parent 6c1f5ed7ee
commit 0c1a74b3d1
+2
View File
@@ -210,6 +210,8 @@ void CreateACharacterFromPlayerEnteredStats( void )
gMercProfiles[LaptopSaveInfo.iIMPIndex].usApproachFactor[1] = 100;
gMercProfiles[LaptopSaveInfo.iIMPIndex].usApproachFactor[2] = 100;
gMercProfiles[LaptopSaveInfo.iIMPIndex].usApproachFactor[3] = 100;
gMercProfiles[LaptopSaveInfo.iIMPIndex].uiBlinkFrequency = 3000;
gMercProfiles[LaptopSaveInfo.iIMPIndex].uiExpressionFrequency = 2000;
}
void CreatePlayerAttitude( void )