wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/src playturn.cpp


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth/src playturn.cpp
Date: Tue, 17 May 2005 16:34:56 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/05/17 20:34:56

Modified files:
        src            : playturn.cpp 

Log message:
        fix another instance of Command key: apply to both keys, not just left

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/playturn.cpp.diff?tr1=1.370&tr2=1.371&r1=text&r2=text

Patches:
Index: wesnoth/src/playturn.cpp
diff -u wesnoth/src/playturn.cpp:1.370 wesnoth/src/playturn.cpp:1.371
--- wesnoth/src/playturn.cpp:1.370      Mon May 16 22:44:19 2005
+++ wesnoth/src/playturn.cpp    Tue May 17 20:34:56 2005
@@ -1,4 +1,4 @@
-/* $Id: playturn.cpp,v 1.370 2005/05/16 22:44:19 ydirson Exp $ */
+/* $Id: playturn.cpp,v 1.371 2005/05/17 20:34:56 ott Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -408,7 +408,7 @@
 bool command_active()
 {
 #ifdef __APPLE__
-       return (SDL_GetModState()&KMOD_LMETA) != 0;
+       return (SDL_GetModState()&KMOD_META) != 0;
 #else
        return false;
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]