[iagno] Speed up fast mode
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Speed up fast mode
- Date: Sun, 9 Feb 2014 00:15:02 +0000 (UTC)
commit fe5da30b919b6fac6cb2a4d81021e07e57d7b8a8
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Feb 8 17:07:05 2014 -0600
Speed up fast mode
src/iagno.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index 92a8997..8ee94cb 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -351,7 +351,7 @@ public class Iagno : Gtk.Application
game.current_color == Player.DARK && dark_computer != null)
{
if (game.n_tiles == 63 || fast_mode)
- computer_timer = Timeout.add_seconds (1, computer_move_cb);
+ computer_timer = Timeout.add (400, computer_move_cb);
else
computer_timer = Timeout.add_seconds (2, computer_move_cb);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]