Fix UB compilation

This commit is contained in:
Asdow
2024-11-15 19:05:19 +02:00
parent cba88ab2bc
commit e9c8124dc2
3 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ BOOLEAN SayQuoteFromAllNewHiredMercButDoGastonLast( UINT8 ubProfile, UINT32 uiQu
UINT8 RandomArrayOfQualifiedMercs( UINT8 *pRandomSoldierIdArray );
extern UINT8 Get3RandomQualifiedMercs( UINT8 *pSoldierId1, UINT8 *pSoldierId2, UINT8 *pSoldierId3 );
extern UINT8 Get3RandomQualifiedMercs( SoldierID *pSoldierId1, SoldierID *pSoldierId2, SoldierID *pSoldierId3 );
void HandleWhenCertainPercentageOfEnemiesDie();
@@ -151,4 +151,4 @@ extern void InitGridNoUB();
#endif
#endif
#endif