mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 03:14:08 +00:00
Rename LEVEL_NONE to LEVEL_GENERIC
This commit is contained in:
parent
6eb8f6ae5a
commit
841fa5155c
27 changed files with 69 additions and 69 deletions
|
@ -230,7 +230,7 @@ CAutomobile::ProcessControl(void)
|
|||
bWarnedPeds = false;
|
||||
|
||||
// skip if the collision isn't for the current level
|
||||
if(colModel->level > LEVEL_NONE && colModel->level != CCollision::ms_collisionInMemory)
|
||||
if(colModel->level > LEVEL_GENERIC && colModel->level != CCollision::ms_collisionInMemory)
|
||||
return;
|
||||
|
||||
// Improve grip of vehicles in certain cases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue