mirror of
https://github.com/halpz/re3.git
synced 2025-07-16 22:08:15 +00:00
CWorld complete
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user