projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3386f35
)
Remove commented out change_action.ogg playing (from rebase).
author
Simon Cross
<hodgestar@gmail.com>
Thu, 15 May 2014 20:48:10 +0000
(22:48 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Thu, 15 May 2014 20:48:10 +0000
(22:48 +0200)
naja/widgets/info_area.py
patch
|
blob
|
history
diff --git
a/naja/widgets/info_area.py
b/naja/widgets/info_area.py
index aeff757a857cf1fff92490d8124cdcf780dfb896..c92a0b021e4fea18c3389351fbb46a6ffb4362cb 100644
(file)
--- a/
naja/widgets/info_area.py
+++ b/
naja/widgets/info_area.py
@@
-125,7
+125,6
@@
class InfoAreaWidget(Widget):
action = self.card.actions[chosen]
if not viable_only or action.check_available(player):
sound.play_sound('zoop.ogg', volume=0.05)
- # sound.play_sound('change_action.ogg')
self.chosen = chosen
def prev_action(self, viable_only=False):