more fixes to the review

This commit is contained in:
omegablast2002@yahoo.com
2011-01-22 17:14:41 +00:00
parent 07802134e8
commit 62873dc971
5 changed files with 6 additions and 11 deletions
+1 -4
View File
@@ -161,11 +161,8 @@ int WEventDamage::getValue()
Targetable * WEventLife::getTarget(int target)
{
switch (target)
if (target)
{
case TARGET_TO:
return player;
case TARGET_FROM:
return player;
}
return NULL;