mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Convert to SoldierID
This commit is contained in:
@@ -25,7 +25,7 @@ typedef struct
|
||||
|
||||
// Flugente: added variables necessary for dynamic (flash-)lighting
|
||||
INT32 flags;
|
||||
UINT16 ubOwner;
|
||||
SoldierID ubOwner;
|
||||
|
||||
} LIGHTEFFECT;
|
||||
|
||||
@@ -55,7 +55,7 @@ void ResetLightEffects();
|
||||
BOOLEAN IsLightEffectAtTile( INT32 sGridNo );
|
||||
|
||||
// Flugente: create and destroy light sources tied to a person
|
||||
void CreatePersonalLight( INT32 sGridNo, UINT16 ubID );
|
||||
void RemovePersonalLights( UINT16 ubID );
|
||||
void CreatePersonalLight( INT32 sGridNo, SoldierID ubID );
|
||||
void RemovePersonalLights(SoldierID ubID );
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user