mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 05:24:09 +00:00
CPlayerPed & fixes
This commit is contained in:
parent
458ae30b6f
commit
bb5e31470d
9 changed files with 364 additions and 17 deletions
|
@ -309,7 +309,7 @@ CPathFind::CountFloodFillGroups(uint8 type)
|
|||
if(m_pathNodes[l].group == 0){
|
||||
m_pathNodes[l].group = n;
|
||||
if(m_pathNodes[l].group == 0)
|
||||
m_pathNodes[l].group = 0x80; // ???
|
||||
m_pathNodes[l].group = INT8_MIN;
|
||||
m_pathNodes[l].next = node;
|
||||
node = &m_pathNodes[l];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue