OpenTTD/src/sound
Patric Stout 2864d019f0
Fix: useless warning with -snull and no BaseSounds available (#8361)
If I explicitly tell the system I do not want sound, I still get
presented a nice message I do not have any BaseSounds available
on my system, and that I should download one to enjoy sound. Well,
let me tell you, with "-snull" that is really really not going to
help. So please, be quiet, and let me enjoy the game without
"boooooo" and "DING DING DING".

Thank you.
2020-12-08 10:24:59 +01:00
..
CMakeLists.txt Codechange: Make codestyle for CMake files consistent for 'control' statements 2020-09-25 14:43:13 +01:00
allegro_s.cpp Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
allegro_s.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
cocoa_s.cpp Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
cocoa_s.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
null_s.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
null_s.h Fix: useless warning with -snull and no BaseSounds available (#8361) 2020-12-08 10:24:59 +01:00
sdl2_s.cpp Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
sdl_s.cpp Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
sdl_s.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
sound_driver.hpp Fix: useless warning with -snull and no BaseSounds available (#8361) 2020-12-08 10:24:59 +01:00
win32_s.cpp Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
win32_s.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
xaudio2_s.cpp Codechange: Suppress compiler warning about signed/unsigned printf values 2020-11-26 19:06:03 +00:00
xaudio2_s.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00