mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
- New feature: Ammotype flag AMMO_ANTIMATERIEL (<ammoflag>4</ammoflag>) gives bullets the ability to destroy walls and other structures.
- Fix: SoldierToSoldierLineOfSightTest was called against NOBODY git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7069 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#define BULLET_FLAG_BUCKSHOT 0x0040
|
||||
#define BULLET_FLAG_FLAME 0x0080
|
||||
#define BULLET_FLAG_TRACER 0x0100
|
||||
#define BULLET_FLAG_ANTIMATERIEL 0x0200 // Flugente: bullet can destroy structures
|
||||
|
||||
//afp-start calculate line points between two point
|
||||
#define BULLET_TRACER_MAX_LENGTH 60
|
||||
|
||||
Reference in New Issue
Block a user