[iagno] Speed up the game even more



commit fcf28cea6ff4763b1d5e18eaa0fb9b06b5c4c426
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jan 26 13:53:21 2014 -0600

    Speed up the game even more

 src/iagno.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index 480788e..297eda1 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -353,7 +353,7 @@ public class Iagno : Gtk.Application
             if (game.n_tiles == 63 || fast_mode)
                 computer_timer = Timeout.add_seconds (1, computer_move_cb);
             else
-                computer_timer = Timeout.add_seconds (3, computer_move_cb);
+                computer_timer = Timeout.add_seconds (2, computer_move_cb);
         }
     }
 


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