mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-04 20:15:28 -04:00
Introduce base weaponfunc_shoot struct and make single/auto/projectile extend it
This commit is contained in:
@@ -1036,6 +1036,7 @@
|
||||
#define INTROCMD_END 12
|
||||
|
||||
#define INVENTORYFUNCTYPE_NONE 0x0000
|
||||
#define INVENTORYFUNCTYPE_SHOOT 0x0001
|
||||
#define INVENTORYFUNCTYPE_SHOOT_SINGLE 0x0001
|
||||
#define INVENTORYFUNCTYPE_SHOOT_AUTOMATIC 0x0101
|
||||
#define INVENTORYFUNCTYPE_SHOOT_PROJECTILE 0x0201
|
||||
|
||||
Reference in New Issue
Block a user