| 1145 | //==================================================================== |
| 1146 | |
| 1147 | bool DInterBackground::IsUsingMusic() |
| 1148 | { |
| 1149 | return muslump.IsNotEmpty(); |
| 1150 | } |
| 1151 | |
| 1152 | DEFINE_ACTION_FUNCTION(DInterBackground, IsUsingMusic) |
| 1153 | { |
no test coverage detected