mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 23:04:08 +00:00
Fixes
This commit is contained in:
parent
8844caf44d
commit
aae4f3319f
7 changed files with 15 additions and 31 deletions
|
@ -3621,6 +3621,8 @@ CCamera::LoadPathSplines(int file)
|
|||
m_arrPathArray[i].m_arr_PathData[j] = atof(token);
|
||||
i++;
|
||||
j = 0;
|
||||
if (i == MAX_NUM_OF_SPLINETYPES)
|
||||
reading = false;
|
||||
memset(token, 0, 32);
|
||||
n = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue