mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 23:40:34 +00:00
implemented CutsceneObject; little fixes
This commit is contained in:
parent
a9517c01af
commit
9703ef9b59
12 changed files with 137 additions and 12 deletions
|
@ -264,3 +264,9 @@ IsBoatModel(int16 id)
|
|||
id == MI_SPEEDER ||
|
||||
id == MI_GHOST;
|
||||
}
|
||||
|
||||
inline bool
|
||||
IsPedModel(int16 id)
|
||||
{
|
||||
return id >= 0 && id <= 89;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue