mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Convert functions and globals to SoldierID
This commit is contained in:
+2
-2
@@ -139,7 +139,7 @@ void DebugSoldierPage4( );
|
||||
|
||||
UINT8 MovementNoise( SOLDIERTYPE *pSoldier );
|
||||
UINT8 DoorOpeningNoise( SOLDIERTYPE *pSoldier );
|
||||
void MakeNoise(UINT16 ubNoiseMaker, INT32 sGridNo, INT8 bLevel, UINT8 ubTerrType, UINT8 ubVolume, UINT8 ubNoiseType, STR16 zNoiseMessage = NULL );
|
||||
void MakeNoise(SoldierID ubNoiseMaker, INT32 sGridNo, INT8 bLevel, UINT8 ubTerrType, UINT8 ubVolume, UINT8 ubNoiseType, STR16 zNoiseMessage = NULL );
|
||||
void OurNoise( UINT16 ubNoiseMaker, INT32 sGridNo, INT8 bLevel, UINT8 ubTerrType, UINT8 ubVolume, UINT8 ubNoiseType, STR16 zNoiseMessage = NULL );
|
||||
|
||||
void ResolveInterruptsVs( SOLDIERTYPE * pSoldier, UINT8 ubInterruptType);
|
||||
@@ -164,7 +164,7 @@ void CheckHostileOrSayQuoteList( void );
|
||||
void InitOpplistForDoorOpening( void );
|
||||
UINT8 DoorOpeningNoise( SOLDIERTYPE * pSoldier );
|
||||
|
||||
void AddToShouldBecomeHostileOrSayQuoteList( UINT16 ubID );
|
||||
void AddToShouldBecomeHostileOrSayQuoteList( SoldierID ubID );
|
||||
|
||||
//extern INT8 gbLightSighting[1][16];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user