mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Merged from revision: 7258
- Translated russian source code comments (by Sevenfm) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7259 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -6247,7 +6247,7 @@ UINT8 CalcEffVolume(SOLDIERTYPE *pSoldier, INT32 sGridNo, INT8 bLevel, UINT8 ubN
|
||||
// effective volume fades over distance beyond 1 tile away
|
||||
iEffVolume -= (iDistance - 1);
|
||||
|
||||
//ddd{ öèâèëû ïëîõî ñëûøàò ;)
|
||||
//ddd{ civilians have bad hearing ;)
|
||||
if(gGameExternalOptions.bLazyCivilians)
|
||||
if (pSoldier->bTeam == CIV_TEAM && pSoldier->ubBodyType != CROW )
|
||||
if (pSoldier->ubCivilianGroup == 0 && pSoldier->ubProfile == NO_PROFILE)
|
||||
|
||||
Reference in New Issue
Block a user