mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Update LOS.cpp
Fix missing variable declaration
This commit is contained in:
+1
-1
@@ -2434,7 +2434,7 @@ INT32 SoldierToLocationWindowTest( SOLDIERTYPE * pStartSoldier, INT32 sEndGridNo
|
|||||||
INT32 SoldierTo3DLocationLineOfSightTest( SOLDIERTYPE * pStartSoldier, INT32 sGridNo, INT8 bLevel, INT8 bCubeLevel, INT8 bAware, int iTileSightLimit, bool adjustForSight )
|
INT32 SoldierTo3DLocationLineOfSightTest( SOLDIERTYPE * pStartSoldier, INT32 sGridNo, INT8 bLevel, INT8 bCubeLevel, INT8 bAware, int iTileSightLimit, bool adjustForSight )
|
||||||
{
|
{
|
||||||
FLOAT dStartZPos, dEndZPos;
|
FLOAT dStartZPos, dEndZPos;
|
||||||
INT16 sXPos, sYPos;
|
INT16 sX, sY, sX2, sY2;
|
||||||
UINT16 ubTargetID;
|
UINT16 ubTargetID;
|
||||||
BOOLEAN fOk;
|
BOOLEAN fOk;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user