diff options
author | nrb <email.com> | 2020-05-24 17:27:12 +0200 |
---|---|---|
committer | nrb <email.com> | 2020-05-24 17:27:12 +0200 |
commit | d59862eb5e9b56fe5b9fb0b2332e07b5266dcd22 (patch) | |
tree | cb26faa96123be56fe3bad98a6447ae5f476b11b /src/weapons/ShotInfo.cpp | |
parent | how did saving even work in original III? (diff) | |
download | re3-d59862eb5e9b56fe5b9fb0b2332e07b5266dcd22.tar re3-d59862eb5e9b56fe5b9fb0b2332e07b5266dcd22.tar.gz re3-d59862eb5e9b56fe5b9fb0b2332e07b5266dcd22.tar.bz2 re3-d59862eb5e9b56fe5b9fb0b2332e07b5266dcd22.tar.lz re3-d59862eb5e9b56fe5b9fb0b2332e07b5266dcd22.tar.xz re3-d59862eb5e9b56fe5b9fb0b2332e07b5266dcd22.tar.zst re3-d59862eb5e9b56fe5b9fb0b2332e07b5266dcd22.zip |
Diffstat (limited to '')
-rw-r--r-- | src/weapons/ShotInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/ShotInfo.cpp b/src/weapons/ShotInfo.cpp index f09ae052..6fc6341d 100644 --- a/src/weapons/ShotInfo.cpp +++ b/src/weapons/ShotInfo.cpp @@ -128,4 +128,4 @@ CShotInfo::Update() if (!((CTimer::GetFrameCounter() + slot) & 3)) CWorld::SetCarsOnFire(shot.m_startPos.x, shot.m_startPos.y, shot.m_startPos.z, 4.0f, shot.m_sourceEntity); } -}
\ No newline at end of file +} |