Ooops, that was a local filename that wasn't commited. And this change wasn't meant...
authorStefano Rivera <stefano@rivera.za.net>
Fri, 16 May 2014 20:22:26 +0000 (22:22 +0200)
committerStefano Rivera <stefano@rivera.za.net>
Fri, 16 May 2014 20:22:38 +0000 (22:22 +0200)
naja/actions.py

index 2def1cfaf0a8f90bddd27dbc085423ad00074ad4..b492f809bced439332fb18ca4e09074e7b3bfeac 100644 (file)
@@ -142,7 +142,7 @@ class ShiftLocations(LocationAction):
     GLYPHS = (ACTION_GLYPHS.CHANGE_BOARD,)
 
     def perform_action(self, board, location):
-        sound.play_sound('change.ogg')
+        sound.play_sound('grind.ogg')
         board.shift_locations(self.data['direction'])
 
 
@@ -151,7 +151,7 @@ class RotateLocations(LocationAction):
     GLYPHS = (ACTION_GLYPHS.CHANGE_BOARD,)
 
     def perform_action(self, board, location):
-        sound.play_sound('change.ogg')
+        sound.play_sound('grind.ogg')
         board.rotate_locations(self.data['rot_direction'])