Ooops, that was a local filename that wasn't commited. And this change wasn't meant...
[naja.git] / 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'])