[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src preferences.cpp
From: |
David White |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src preferences.cpp |
Date: |
Mon, 15 Nov 2004 20:17:32 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <address@hidden> 04/11/16 01:10:04
Modified files:
src : preferences.cpp
Log message:
made 'show side colours' on by default
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/preferences.cpp.diff?tr1=1.122&tr2=1.123&r1=text&r2=text
Patches:
Index: wesnoth/src/preferences.cpp
diff -u wesnoth/src/preferences.cpp:1.122 wesnoth/src/preferences.cpp:1.123
--- wesnoth/src/preferences.cpp:1.122 Sat Nov 6 21:53:38 2004
+++ wesnoth/src/preferences.cpp Tue Nov 16 01:10:02 2004
@@ -1,4 +1,4 @@
-/* $Id: preferences.cpp,v 1.122 2004/11/06 21:53:38 silene Exp $ */
+/* $Id: preferences.cpp,v 1.123 2004/11/16 01:10:02 Sirp Exp $ */
/*
Copyright (C) 2003 by David White <address@hidden>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -472,7 +472,7 @@
bool show_side_colours()
{
- return prefs["show_side_colours"] == "yes";
+ return prefs["show_side_colours"] != "no";
}
void set_ask_delete_saves(bool value)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/src preferences.cpp,
David White <=