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

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

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


From: Philippe Plantier
Subject: [Wesnoth-cvs-commits] wesnoth/src game.cpp
Date: Tue, 02 Nov 2004 14:14:27 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Philippe Plantier <address@hidden>      04/11/02 19:07:56

Modified files:
        src            : game.cpp 

Log message:
        Now, default
        
        Now, default standard mac-style shortcuts should work. For real.

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

Patches:
Index: wesnoth/src/game.cpp
diff -u wesnoth/src/game.cpp:1.159 wesnoth/src/game.cpp:1.160
--- wesnoth/src/game.cpp:1.159  Mon Nov  1 23:15:43 2004
+++ wesnoth/src/game.cpp        Tue Nov  2 19:07:55 2004
@@ -1,4 +1,4 @@
-/* $Id: game.cpp,v 1.159 2004/11/01 23:15:43 Sirp Exp $ */
+/* $Id: game.cpp,v 1.160 2004/11/02 19:07:55 gruikya Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -568,7 +568,7 @@
        defines_map_.clear();
 
        //load in the game's configuration files
-#if defined(APPLE)
+#if defined(__APPLE__)
        defines_map_["APPLE"] = preproc_define();
 #endif
 




reply via email to

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