aboutsummaryrefslogtreecommitdiff
path: root/hge
diff options
context:
space:
mode:
Diffstat (limited to 'hge')
-rw-r--r--hge/sound.cpp (renamed from hge/sound_openal.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/hge/sound_openal.cpp b/hge/sound.cpp
index 7aea7cf..bd9a8d7 100644
--- a/hge/sound_openal.cpp
+++ b/hge/sound.cpp
@@ -369,7 +369,7 @@ bool CALL HGE_Impl::Channel_IsPlaying(HCHANNEL chn)
}
else return false;
}
-
+//The following features are ported to OpenAL by Chris
float CALL HGE_Impl::Channel_GetLength(HCHANNEL chn)
//WARNING!!:In OpenAL We pass HEFFECT insteat HCHANNEL in!
//This should be fixed.