gnome-games r8154 - trunk/aisleriot



Author: jclinton
Date: Tue Oct 21 19:46:13 2008
New Revision: 8154
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8154&view=rev

Log:
Check for animations at more points

Modified:
   trunk/aisleriot/board.c

Modified: trunk/aisleriot/board.c
==============================================================================
--- trunk/aisleriot/board.c	(original)
+++ trunk/aisleriot/board.c	Tue Oct 21 19:46:13 2008
@@ -2333,6 +2333,8 @@
 
     aisleriot_game_test_end_of_game (priv->game);
 
+    check_animations (board);
+
     return;
   }
 
@@ -2344,6 +2346,8 @@
     games_sound_play ("click");
     aisleriot_game_test_end_of_game (priv->game);
 
+    check_animations (board);
+
     return;
   }
 
@@ -2367,6 +2371,8 @@
 
     /* Trying to move the cards has unset the selection; re-select them */
     set_selection (board, selection_slot, selection_start_card_id, TRUE);
+
+    check_animations (board);
   }
 
   aisleriot_board_error_bell (board);
@@ -2909,6 +2915,8 @@
 
     set_cursor (board, CURSOR_OPEN);
 
+    check_animations (board);
+
     return TRUE;
   }
 
@@ -3039,6 +3047,8 @@
 
       aisleriot_game_test_end_of_game (priv->game);
 
+      check_animations (board);
+
       break;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]