mirror of
https://github.com/ZDoom/acc.git
synced 2025-01-31 03:10:34 +00:00
- fixed typo in zdefs.acs
SVN r1051 (trunk)
This commit is contained in:
parent
60e1004642
commit
08c9083086
1 changed files with 2 additions and 1 deletions
|
@ -387,7 +387,8 @@
|
|||
#define T_WIZARD 19
|
||||
#define T_IRONLICH 20
|
||||
#define T_ITEMHEALTHPOTION 23
|
||||
#define T_ITEMHEALTHFLASH 24
|
||||
#define T_ITEMHEALTHFLASH 24 // incorrect name but keep it for compatibility
|
||||
#define T_ITEMHEALTHFLASK 24
|
||||
#define T_ITEMHEALTHFULL 25
|
||||
#define T_CROSSBOW 27
|
||||
#define T_BLASTER 28
|
||||
|
|
Loading…
Reference in a new issue