mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
New option TAUNT_VOICE (FALSE by default): if true, will play sound file instead of showing text.
New option TAUNT_VOICE_SHOW_INFO (FALSE by default): if true, will show debug info when playing voice taunt. Restored JA2TESTVERSION for SpreadPatternLog.txt Allow taunts from militia when using voice taunts. Don't show noise text messages from militia (if on our side). Fixed incorrect OKLIFE check in CheckStatusNearbyFriendlies(). git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8743 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+2
-2
@@ -4949,7 +4949,7 @@ INT8 FireBulletGivenTargetNCTH( SOLDIERTYPE * pFirer, FLOAT dEndX, FLOAT dEndY,
|
||||
ddVerticAngle += ddAdjustedVerticAngle;
|
||||
|
||||
//Logging for debugging
|
||||
//#ifdef JA2TESTVERSION
|
||||
#ifdef JA2TESTVERSION
|
||||
if(!fFake)
|
||||
{
|
||||
FILE *OutFile;
|
||||
@@ -4968,7 +4968,7 @@ INT8 FireBulletGivenTargetNCTH( SOLDIERTYPE * pFirer, FLOAT dEndX, FLOAT dEndY,
|
||||
fclose(OutFile);
|
||||
}
|
||||
}
|
||||
//#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
//Just calculate the increments the bullet will use, not any of the to-hit adjustments, because we already did.
|
||||
|
||||
Reference in New Issue
Block a user