diff options
author | chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> | 2014-02-26 13:23:31 +0000 |
---|---|---|
committer | chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> | 2014-02-26 13:23:31 +0000 |
commit | e7174e25c6a6aef85014c1af3adf698e8446969b (patch) | |
tree | 2a82056e7f459adac7256060bb58b3fa8bfc414f /hge | |
parent | b61ca302cc935326e9adabd22a7cb35684ced666 (diff) | |
download | bullet-lab-remix-e7174e25c6a6aef85014c1af3adf698e8446969b.tar.xz |
M resources/b_inter.png
M trunk/CHANGELOG.TXT
M trunk/VERSION.TXT
M trunk/background.h
M trunk/global.h
M trunk/hge/sound.cpp
M trunk/levels.h
M trunk/main.cpp
M trunk/towernbullet.h
Diffstat (limited to 'hge')
-rw-r--r-- | hge/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hge/sound.cpp b/hge/sound.cpp index 5880b5a..9f6869c 100644 --- a/hge/sound.cpp +++ b/hge/sound.cpp @@ -420,7 +420,7 @@ int CALL HGE_Impl::Channel_GetPos_BySample(HCHANNEL chn) alGetSourcei((ALuint)chn,AL_SAMPLE_OFFSET,&res); return (int)res; } - else return -1.0f; + else return -1; } void CALL HGE_Impl::Channel_SetPos_BySample(HCHANNEL chn, int iSample) |