Browse Source

Correct sfx_* names, can be seen in assert strings

pull/704/head
Anders Jenbo 6 years ago
parent
commit
c9db23de5b
  1. 1730
      Source/effects.cpp
  2. 16
      enums.h

1730
Source/effects.cpp

File diff suppressed because it is too large Load Diff

16
enums.h

@ -1167,14 +1167,14 @@ typedef enum _sfx_id {
} _sfx_id;
typedef enum sfx_flag {
SFX_STREAM = 0x01,
SFX_MISC = 0x02,
SFX_UI = 0x04,
SFX_MONK = 0x08,
SFX_ROGUE = 0x10,
SFX_WARRIOR = 0x20,
SFX_SORCEROR = 0x40,
SFX_LOADED = 0x80,
sfx_STREAM = 0x01,
sfx_MISC = 0x02,
sfx_UI = 0x04,
sfx_MONK = 0x08,
sfx_ROGUE = 0x10,
sfx_WARRIOR = 0x20,
sfx_SORCEROR = 0x40,
sfx_LOADED = 0x80,
} sfx_flag;
typedef enum item_equip_type {

Loading…
Cancel
Save