mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Use SoldierID
This commit is contained in:
@@ -559,7 +559,7 @@ void AddMercToWorld( INT32 iMapIndex )
|
||||
|
||||
if( IsLocationSittable( iMapIndex, gfRoofPlacement ) )
|
||||
{
|
||||
UINT16 ubID;
|
||||
SoldierID ubID;
|
||||
INT16 sSectorX, sSectorY;
|
||||
SOLDIERINITNODE *pNode;
|
||||
|
||||
@@ -3783,7 +3783,7 @@ void PasteMercPlacement( INT32 iMapIndex )
|
||||
|
||||
if( IsLocationSittable( iMapIndex, gfRoofPlacement ) )
|
||||
{
|
||||
UINT16 ubID;
|
||||
SoldierID ubID;
|
||||
INT16 sSectorX, sSectorY;
|
||||
SOLDIERINITNODE *pNode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user