diff options
author | Chris Robinson <[email protected]> | 2009-04-13 02:01:21 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-04-13 02:01:21 -0700 |
commit | 58f48f20e25b4fe78236fca4a0047be200505823 (patch) | |
tree | 9a9ee36a5bb68230f64bac1e24c9ac381dc42328 /examples | |
parent | ee1b02b709dff0043912028ec8baf47660df3e9d (diff) |
Rename Standard Reverb to Reverb
Diffstat (limited to 'examples')
-rw-r--r-- | examples/openal-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/openal-info.c b/examples/openal-info.c index 568eb0c1..daf083b2 100644 --- a/examples/openal-info.c +++ b/examples/openal-info.c @@ -194,7 +194,7 @@ static void printEFXInfo(void) const char *name; } effects[] = { { AL_EFFECT_EAXREVERB, "EAX Reverb" }, - { AL_EFFECT_REVERB, "Standard Reverb" }, + { AL_EFFECT_REVERB, "Reverb" }, { AL_EFFECT_CHORUS, "Chorus" }, { AL_EFFECT_DISTORTION, "Distortion" }, { AL_EFFECT_ECHO, "Echo" }, |