(88961a6ea) Fix wrong spelling: Blatter -> Bladder.

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:56:01 +02:00
parent 963657cd9c
commit 86d1102f56
14 changed files with 319 additions and 571 deletions
@@ -68,14 +68,6 @@ namespace Barotrauma
private float dropItemAnimDuration = 0.5f;
private float dropItemAnimTimer;
public Item DroppedItem
{
get
{
return droppedItem;
}
}
private Item droppedItem;
private GUIComponent draggingMed;