mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-04 19:04:08 +00:00
Fix typo added in 17e0ec9d2e
.
This commit is contained in:
parent
0c768a711d
commit
9f4a82509a
1 changed files with 1 additions and 1 deletions
|
@ -4124,7 +4124,7 @@ Avatar::Avatar() : Entity(), ActionMapper()
|
||||||
|
|
||||||
refreshNormalForm();
|
refreshNormalForm();
|
||||||
|
|
||||||
if(dsq->continuity.form)
|
if(dsq->continuity.form == FORM_FISH)
|
||||||
collideRadius = COLLIDE_RADIUS_FISH;
|
collideRadius = COLLIDE_RADIUS_FISH;
|
||||||
else
|
else
|
||||||
collideRadius = COLLIDE_RADIUS_NORMAL;
|
collideRadius = COLLIDE_RADIUS_NORMAL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue