No need in it

This commit is contained in:
btd 2010-09-22 14:49:19 +04:00
parent 5db7748af4
commit fede6df973
2 changed files with 4 additions and 4 deletions

View file

@ -153,9 +153,9 @@ CDraggerTeam::CDraggerTeam(CGameWorld *pGameWorld, vec2 Pos, float Strength, boo
}
CDraggerTeam::~CDraggerTeam() {
for(int i = 0; i < MAX_CLIENTS; ++i) {
delete m_Draggers[i];
}
//for(int i = 0; i < MAX_CLIENTS; ++i) {
// delete m_Draggers[i];
//}
}
//? ??? ???
//? ????

View file

@ -32,7 +32,7 @@ class CDraggerTeam {
public:
CDraggerTeam(CGameWorld *pGameWorld, vec2 Pos, float Strength, bool NW=false);
~CDraggerTeam();
//~CDraggerTeam();
};
#endif