0645 nwnss: fix CSA manager door callback cast

This commit is contained in:
ChatGPT
2026-06-16 16:55:49 +00:00
committed by Mario Fetka
parent af29350fb3
commit de8d8eb339

View File

@@ -165,7 +165,7 @@ BOOL CSA_matchCleanup ( mDoor_s *door, VolumeID_t *guid )
void CSA_SupplyVolCleanup( VolumeID_t *guid)
{
MSG_BreakSetOfDoors(&CsaMsgType.hdr, CSA_matchCleanup, guid);
MSG_BreakSetOfDoors(&CsaMsgType.hdr, (boolfunc_t)CSA_matchCleanup, guid);
}
LONG CSA_ChangeVolStateExit (struct EventBlock *evBlk)