gnome-games r7263 - trunk/aisleriot
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r7263 - trunk/aisleriot
- Date: Wed, 23 Jan 2008 13:37:59 +0000 (GMT)
Author: chpe
Date: Wed Jan 23 13:37:59 2008
New Revision: 7263
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7263&view=rev
Log:
Start the game when dealing a new card, too.
Modified:
trunk/aisleriot/game.c
Modified: trunk/aisleriot/game.c
==============================================================================
--- trunk/aisleriot/game.c (original)
+++ trunk/aisleriot/game.c Wed Jan 23 13:37:59 2008
@@ -2051,6 +2051,9 @@
void
aisleriot_game_deal_cards (AisleriotGame *game)
{
+ /* If the game hasn't started yet, start it now */
+ aisleriot_game_start (game);
+
aisleriot_game_record_move (game, -1, NULL, 0);
cscmi_eval_string ("(do-deal-next-cards)");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]