diff --git a/unit.cpp b/unit.cpp index 08ab435..aec3522 100755 --- a/unit.cpp +++ b/unit.cpp @@ -446,12 +446,12 @@ namespace battleship{ destroyWeapons(); destroyHitbox(); - //destroyModel(); + destroyModel(); destroySound(); Unit::initProperties(); - //initModel(); + initModel(); initHitbox(); initSound(); initWeapons();