mirror of
https://github.com/luanti-org/luanti.git
synced 2026-01-03 11:45:20 +01:00
Get rid of global dummySoundManager
There is no need for this to be globally unique.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
set(sound_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/sound.cpp)
|
||||
set(sound_SRCS "")
|
||||
|
||||
if(USE_SOUND)
|
||||
set(sound_SRCS ${sound_SRCS}
|
||||
|
||||
Reference in New Issue
Block a user