[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src multiplayer_create.cpp
From: |
David White |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src multiplayer_create.cpp |
Date: |
Fri, 03 Jun 2005 18:42:34 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <address@hidden> 05/06/03 22:42:34
Modified files:
src : multiplayer_create.cpp
Log message:
made minimum xp setting 30% instead of 25% -- the 25% was a bug since
it couldn't actually be reached
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_create.cpp.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
Patches:
Index: wesnoth/src/multiplayer_create.cpp
diff -u wesnoth/src/multiplayer_create.cpp:1.24
wesnoth/src/multiplayer_create.cpp:1.25
--- wesnoth/src/multiplayer_create.cpp:1.24 Sat May 7 21:53:42 2005
+++ wesnoth/src/multiplayer_create.cpp Fri Jun 3 22:42:33 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_create.cpp,v 1.24 2005/05/07 21:53:42 ettin Exp $ */
+/* $Id: multiplayer_create.cpp,v 1.25 2005/06/03 22:42:33 Sirp Exp $ */
/*
Copyright (C)
Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -88,7 +88,7 @@
village_gold_slider_.set_max(5);
village_gold_slider_.set_value(preferences::village_gold());
village_gold_slider_.set_help_string(_("The amount of income each
village yields per turn"));
- xp_modifier_slider_.set_min(25);
+ xp_modifier_slider_.set_min(30);
xp_modifier_slider_.set_max(200);
xp_modifier_slider_.set_value(preferences::xp_modifier());
xp_modifier_slider_.set_increment(10);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/src multiplayer_create.cpp,
David White <=