diff --git a/fallout_functions.py b/fallout_functions.py index c963487..1273ad5 100644 --- a/fallout_functions.py +++ b/fallout_functions.py @@ -152,7 +152,7 @@ def addSound(file): Add sounds to the queue """ global _soundQueue - if soundCheck(): + if _soundCheck(): _soundQueue.extend([file])