aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-04-29 14:39:28 -0700
committerChris Robinson <[email protected]>2020-04-29 14:39:28 -0700
commita25dea6cd93b36d755209b72b87362db8567abd2 (patch)
tree1eccc3e0c9620a9c8e6d03cf130d6347976893c2 /alc/inprogext.h
parent047f1666d55d71a2d5b1856fdbb59f10cbbc15bf (diff)
Rename effect_chain to effect_target
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r--alc/inprogext.h4
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