cargen + some script

This commit is contained in:
Nikolay Korolev
2019-07-27 21:28:18 +03:00
parent efdd44cd68
commit 345b8553a7
13 changed files with 667 additions and 6 deletions

View File

@ -63,6 +63,11 @@ CGarages::IsModelIndexADoor(uint32 id)
id == MI_CRUSHERLID;
}
bool CGarages::HasCarBeenCrushed(int32 handle)
{
return CrushedCarId == handle;
}
WRAPPER void CGarages::TriggerMessage(char *text, int16, uint16 time, int16) { EAXJMP(0x426B20); }
#if 0