1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-04 10:34:01 +00:00

Fix typo added in 17e0ec9d2e.

This commit is contained in:
fgenesis 2013-04-21 20:24:14 +02:00
parent 0c768a711d
commit 9f4a82509a

View file

@ -4124,7 +4124,7 @@ Avatar::Avatar() : Entity(), ActionMapper()
refreshNormalForm();
if(dsq->continuity.form)
if(dsq->continuity.form == FORM_FISH)
collideRadius = COLLIDE_RADIUS_FISH;
else
collideRadius = COLLIDE_RADIUS_NORMAL;