opentomb / OpenTomb

An open-source Tomb Raider 1-5 engine remake
http://opentomb.github.io/
GNU Lesser General Public License v3.0
1.38k stars 143 forks source link

Error in audio_stream.cpp #536

Closed carlo-bramini closed 6 years ago

carlo-bramini commented 6 years ago

I'm wondering if you could give a look here:

https://github.com/opentomb/OpenTomb/blob/40f08a4a5d0ca53393a2d3ce939a25db480a9d51/src/audio/audio_stream.cpp#L182

There is a function StreamTrack_Pause(), returning "int", but it does not return any value. Thank you.

TeslaRus commented 6 years ago

yep, VC compiler does not compile it =) thanks, fixed in https://github.com/opentomb/OpenTomb/commit/4ca2c29fc3b4231d288278458ccdf2cfcd40c520

carlo-bramini commented 6 years ago

It compiles fine now. Thank you. This issue could be closed.