1
0

A few compiler warning fixes

This commit is contained in:
Chris Darnell
2014-09-22 18:23:56 -04:00
parent 1aa64f32e1
commit 806871b86f
5 changed files with 47 additions and 44 deletions

View File

@@ -96,6 +96,7 @@ int cEntityEffect::GetPotionEffectDuration(short a_ItemDamage)
base = 1800;
break;
}
default: break;
}
// If potion is level II, half the duration. If not, stays the same