mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 11:54:44 +00:00
Try to build with mingw
This commit is contained in:
parent
0f07a323c9
commit
370c4e48cd
90 changed files with 1107 additions and 1051 deletions
|
@ -109,7 +109,7 @@ CShotInfo::Update()
|
|||
if (shot.m_sourceEntity) {
|
||||
assert(shot.m_sourceEntity->IsPed());
|
||||
CPed *ped = (CPed*) shot.m_sourceEntity;
|
||||
float radius = max(1.0f, shot.m_radius);
|
||||
float radius = Max(1.0f, shot.m_radius);
|
||||
|
||||
for (int i = 0; i < ped->m_numNearPeds; ++i) {
|
||||
CPed *nearPed = ped->m_nearPeds[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue