diff --git a/src/s_sound.cpp b/src/s_sound.cpp index 30e6f918e..be12d3693 100644 --- a/src/s_sound.cpp +++ b/src/s_sound.cpp @@ -2737,8 +2737,8 @@ DEFINE_ACTION_FUNCTION(DObject, S_ChangeMusic) PARAM_PROLOGUE; PARAM_STRING(music); PARAM_INT_DEF(order); - PARAM_BOOL(looping); - PARAM_BOOL(force); + PARAM_BOOL_DEF(looping); + PARAM_BOOL_DEF(force); ACTION_RETURN_BOOL(S_ChangeMusic(music, order, looping, force)); }