Fix typo
This commit is contained in:
parent
0f8a359f16
commit
d2b1788d23
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ def addSound(file):
|
||||||
Add sounds to the queue
|
Add sounds to the queue
|
||||||
"""
|
"""
|
||||||
global _soundQueue
|
global _soundQueue
|
||||||
if soundCheck():
|
if _soundCheck():
|
||||||
_soundQueue.extend([file])
|
_soundQueue.extend([file])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue