pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r4159 - branches/pingus-hanusz/src


From: grumbel
Subject: [Pingus-CVS] r4159 - branches/pingus-hanusz/src
Date: Wed, 25 May 2011 15:44:26 +0200

Author: grumbel
Date: 2011-05-25 15:44:26 +0200 (Wed, 25 May 2011)
New Revision: 4159

Modified:
   branches/pingus-hanusz/src/client.cpp
Log:
Added PINGUS_MODE_NICE changes

Modified: branches/pingus-hanusz/src/client.cpp
===================================================================
--- branches/pingus-hanusz/src/client.cpp       2011-05-25 13:40:12 UTC (rev 
4158)
+++ branches/pingus-hanusz/src/client.cpp       2011-05-25 13:44:26 UTC (rev 
4159)
@@ -72,7 +72,7 @@
   gui_manager->add(small_map,    true);
   gui_manager->add(time_display, true);
 
-#ifndef PINGUS_MODE_EVIL
+#if defined(PINGUS_MODE_NEUTRAL) || defined(PINGUS_MODE_EVIL) || 
defined(PINGUS_MODE_NICE)
   gui_manager->add(new ArmageddonButton(server, Display::get_width() - 40,     
Display::get_height() - 62), true);
 #endif
 




reply via email to

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