From 451d1e9a31349921ab40d88fbc3f4e71763d87d5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 16 Feb 2012 22:15:01 +0300 Subject: Adjust gui response cycle to 40 times. --- src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client.cpp b/src/client.cpp index fa8f032fa..6e80a46d6 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -866,7 +866,7 @@ int Client::gameExec() Net::getGeneralHandler()->flushNetwork(); int k = 0; - while (lastTickTime != tick_time && k < 2) + while (lastTickTime != tick_time && k < 40) { if (gui) gui->logic(); -- cgit v1.2.3-70-g09d2 From 2e84ac20fcf6ec69b40e19c4c6c428db04b70d85 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 17 Feb 2012 02:40:14 +0300 Subject: Add branding option for server list file name. --- data/evol/evol.manaplus | 1 + src/defaults.cpp | 1 + src/gui/serverdialog.cpp | 6 ++++-- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/data/evol/evol.manaplus b/data/evol/evol.manaplus index 63a963495..9c4743852 100644 --- a/data/evol/evol.manaplus +++ b/data/evol/evol.manaplus @@ -6,6 +6,7 @@