diff --git a/src_rebuild/Game/C/civ_ai.c b/src_rebuild/Game/C/civ_ai.c index de1d8320..cdd180af 100644 --- a/src_rebuild/Game/C/civ_ai.c +++ b/src_rebuild/Game/C/civ_ai.c @@ -1621,6 +1621,8 @@ int PingOutCar(CAR_DATA * cp) // inform target that car was pinged out if (cp->inform) *cp->inform ^= TARGET_FLAG_CAR_PINGED_IN; + + cp->inform = NULL; ClearMem((char*)cp, sizeof(CAR_DATA));