Skip to content

Commit

Permalink
Fix missing "!" in 4db5d00, reported by Per.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyp committed Nov 6, 2010
1 parent a4d5eb1 commit a3311f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combat.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit a3311f5

Please sign in to comment.