diff options
author | aap <aap@papnet.eu> | 2019-07-10 15:06:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-10 15:06:08 +0200 |
commit | 80e0409d6a1bfd002b98af8d598ec940b6d6facb (patch) | |
tree | 5e0a6dcdbf8f1566974c0514986ab7b61e5c067a /src/entities | |
parent | fixed COMMAND_IS_PLAYER_IN_AREA_3D (diff) | |
parent | Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff) | |
download | re3-80e0409d6a1bfd002b98af8d598ec940b6d6facb.tar re3-80e0409d6a1bfd002b98af8d598ec940b6d6facb.tar.gz re3-80e0409d6a1bfd002b98af8d598ec940b6d6facb.tar.bz2 re3-80e0409d6a1bfd002b98af8d598ec940b6d6facb.tar.lz re3-80e0409d6a1bfd002b98af8d598ec940b6d6facb.tar.xz re3-80e0409d6a1bfd002b98af8d598ec940b6d6facb.tar.zst re3-80e0409d6a1bfd002b98af8d598ec940b6d6facb.zip |
Diffstat (limited to 'src/entities')
-rw-r--r-- | src/entities/Physical.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Physical.cpp b/src/entities/Physical.cpp index 88287e26..9cabb28b 100644 --- a/src/entities/Physical.cpp +++ b/src/entities/Physical.cpp @@ -33,7 +33,7 @@ CPhysical::CPhysical(void) m_nCollisionRecords = 0; for(i = 0; i < 6; i++) - m_aCollisionRecords[0] = nil; + m_aCollisionRecords[i] = nil; field_EF = false; |