diff --git a/unit.cpp b/unit.cpp index 7d50462..b8b27ea 100755 --- a/unit.cpp +++ b/unit.cpp @@ -412,10 +412,10 @@ namespace battleship{ } void Unit::reinit(){ - destroySound(); + destroyWeapons(); destroyHitbox(); destroyModel(); - destroyWeapons(); + destroySound(); initProperties();