mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 05:14:09 +00:00
CAutomobile::FireTruckControl and HydraulicControl
This commit is contained in:
parent
7d6a04b5c6
commit
9a50a59a3c
12 changed files with 373 additions and 20 deletions
|
@ -2023,11 +2023,11 @@ CColModel::operator=(const CColModel &other)
|
|||
numVerts = 0;
|
||||
for(i = 0; i < other.numTriangles; i++){
|
||||
if(other.triangles[i].a > numVerts)
|
||||
other.triangles[i].a = numVerts;
|
||||
numVerts = other.triangles[i].a;
|
||||
if(other.triangles[i].b > numVerts)
|
||||
other.triangles[i].b = numVerts;
|
||||
numVerts = other.triangles[i].b;
|
||||
if(other.triangles[i].c > numVerts)
|
||||
other.triangles[i].c = numVerts;
|
||||
numVerts = other.triangles[i].c;
|
||||
}
|
||||
numVerts++;
|
||||
if(vertices)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue