Skip to content

Commit

Permalink
fx_set_poisoned_state: remove extraneus break
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Aug 20, 2014
1 parent c9f06d2 commit 294c5e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gemrb/plugins/FXOpcodes/FXOpcodes.cpp
Expand Up @@ -1784,7 +1784,6 @@ int fx_set_poisoned_state (Scriptable* /*Owner*/, Actor* target, Effect* fx)
damage = 0;
tmp = 1;
break;
break;
default:
tmp = 1;
damage = 1;
Expand Down

0 comments on commit 294c5e6

Please sign in to comment.