mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 04:10:35 +00:00
CWorld complete
This commit is contained in:
parent
e52a02fb9e
commit
6b1093f1c8
3 changed files with 133 additions and 23 deletions
|
@ -496,4 +496,11 @@ IsExplosiveThingModel(int16 id)
|
|||
{
|
||||
return id == MI_EXPLODINGBARREL ||
|
||||
id == MI_PETROLPUMP;
|
||||
}
|
||||
|
||||
inline bool
|
||||
IsFence(int16 id)
|
||||
{
|
||||
return id == MI_FENCE ||
|
||||
id == MI_FENCE2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue