From cd27ae9cfaaa0bfdd9f8ee22a7634f8333b23b45 Mon Sep 17 00:00:00 2001 From: devZoGok Date: Sun, 20 Oct 2024 15:05:26 +0300 Subject: [PATCH] uncommenting --- unit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();