diff options
author | Chris Robinson <[email protected]> | 2020-04-29 14:39:28 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-04-29 14:39:28 -0700 |
commit | a25dea6cd93b36d755209b72b87362db8567abd2 (patch) | |
tree | 1eccc3e0c9620a9c8e6d03cf130d6347976893c2 /alc/inprogext.h | |
parent | 047f1666d55d71a2d5b1856fdbb59f10cbbc15bf (diff) |
Rename effect_chain to effect_target
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r-- | alc/inprogext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h index d9a5bae3..98bd636b 100644 --- a/alc/inprogext.h +++ b/alc/inprogext.h @@ -72,8 +72,8 @@ AL_API void AL_APIENTRY alGetPointervSOFT(ALenum pname, void **values); #endif #endif -#ifndef AL_SOFT_effect_chain -#define AL_SOFT_effect_chain +#ifndef AL_SOFT_effect_target +#define AL_SOFT_effect_target #define AL_EFFECTSLOT_TARGET_SOFT 0x199C #endif |