added support for playing tape on score info page using key shortcut
[rocksndiamonds.git] / src / events.c
index 9b4d733cec07eef20603a36c6cf5d4c089b80d6b..35f08ad0feea2b452b3759ac20b7ced8212d2aa2 100644 (file)
@@ -2299,6 +2299,11 @@ void HandleKey(Key key, int key_status)
     HandleSoundButtonKeys(key);
   }
 
+  if (game_status == GAME_MODE_SCOREINFO)
+  {
+    HandleScreenGadgetKeys(key);
+  }
+
   if (game_status == GAME_MODE_PLAYING && !network_playing)
   {
     int centered_player_nr_next = -999;