diff options
| author | Filip Gawin <filip.gawin@zoho.com> | 2020-05-12 01:24:57 +0200 |
|---|---|---|
| committer | Filip Gawin <filip.gawin@zoho.com> | 2020-05-12 23:18:54 +0200 |
| commit | c2ac6b3759901ecede7b22c1e9ab9f5a04ddd527 (patch) | |
| tree | cf51d6ab8430cd186e02f0e8105004f8e5476728 /src/core/World.cpp | |
| parent | fix shotgun (diff) | |
| download | re3-c2ac6b3759901ecede7b22c1e9ab9f5a04ddd527.tar.gz | |
Fix linux warnings
Diffstat (limited to 'src/core/World.cpp')
| -rw-r--r-- | src/core/World.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/World.cpp b/src/core/World.cpp index c884f1ed..c15c134d 100644 --- a/src/core/World.cpp +++ b/src/core/World.cpp @@ -2205,6 +2205,7 @@ CWorld::TriggerExplosionSectorList(CPtrList &list, const CVector &position, floa case ENTITY_TYPE_OBJECT: pObject->ObjectDamage(300.0f * fDamageMultiplier); break; + default: break; } } } |
