diff options
Diffstat (limited to 'src/script/lua_api/l_sound.cpp')
-rw-r--r-- | src/script/lua_api/l_sound.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/lua_api/l_sound.cpp b/src/script/lua_api/l_sound.cpp index bd9ec2543..b86eda53e 100644 --- a/src/script/lua_api/l_sound.cpp +++ b/src/script/lua_api/l_sound.cpp @@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "common/c_content.h" #include "gui/guiEngine.h" + int ModApiSound::l_sound_play(lua_State *L) { SimpleSoundSpec spec; |