Commit:     a3311f505bdeb2f15597edd05ce08aee6e229af6

Trac URL:   
http://developer.wz2100.net/changeset/a3311f505bdeb2f15597edd05ce08aee6e229af6

Author:     Cyp <c...@wz2100.net>
Date:       Sat Nov  6 19:10:35 2010 +0100

Fix missing "!" in 4db5d00784dc59ec34830d8f4c63fd0a4808112f, reported by Per.

 src/combat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/combat.c b/src/combat.c
index 9a97fdb..c746493 100644
--- a/src/combat.c
+++ b/src/combat.c
@@ -576,7 +576,7 @@ float objDamage(BASE_OBJECT *psObj, UDWORD damage, UDWORD 
originalhp, UDWORD wea
 
 
        // apply game difficulty setting
-       if (bMultiPlayer)  // ignore multiplayer games
+       if (!bMultiPlayer)  // ignore multiplayer games
        {
                if (psObj->player != selectedPlayer)
                {


-------------------------


------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to