stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/ui mouse.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/ui mouse.c
Date: 2 Feb 2004 08:51:21 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/02/02 08:51:20

Modified files:
        src/ui         : mouse.c 

Log message:
        Fix Testing bug that accidently go committed

Patches:
Index: stratagus/src/ui/mouse.c
diff -u stratagus/src/ui/mouse.c:1.179 stratagus/src/ui/mouse.c:1.180
--- stratagus/src/ui/mouse.c:1.179      Sun Feb  1 17:03:34 2004
+++ stratagus/src/ui/mouse.c    Mon Feb  2 08:51:20 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: mouse.c,v 1.179 2004/02/01 06:03:34 wizzard Exp $
+//     $Id: mouse.c,v 1.180 2004/02/01 21:51:20 wizzard Exp $
 
 //@{
 
@@ -124,7 +124,7 @@
        // Unit selected isn't owned by the player.
        // You can't select your own units + foreign unit(s).
        //
-       if (!CanSelectMultipleUnits(Selected[0]->Player) && 0) {
+       if (!CanSelectMultipleUnits(Selected[0]->Player)) {
                return;
        }
 




reply via email to

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