summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/being.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 7c884218..19c2224d 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -100,9 +100,6 @@ Being::Being(int id, int job, Map *map):
hairstyles++;
}
mNumberOfHairstyles = hairstyles;
- if (mNumberOfHairstyles == 0)
- mNumberOfHairstyles = 1; // No hair style -> no hair
-
}
instances++;