Introduce base weaponfunc_shoot struct and make single/auto/projectile extend it

This commit is contained in:
Ryan Dwyer
2021-04-06 00:28:33 +10:00
parent 04ec4d57a0
commit f6a9b44dae
6 changed files with 230 additions and 219 deletions
+1
View File
@@ -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