Mercurial > mm7
diff stru6.h @ 1106:3395579f6c4d
stru6_stru1_indoor_sw_billboard destructor fix, removing "extern" from struct definition, fixing probable typo in SPELL_AIR_SPARKS
author | Grumpy7 |
---|---|
date | Mon, 27 May 2013 21:56:43 +0200 |
parents | cb0ad52d6a26 |
children | ad89d1905b48 |
line wrap: on
line diff
--- a/stru6.h Mon May 27 21:42:09 2013 +0200 +++ b/stru6.h Mon May 27 21:56:43 2013 +0200 @@ -17,16 +17,7 @@ } //----- (004775C4) -------------------------------------------------------- - virtual ~stru6_stru1_indoor_sw_billboard() - { - if (pArray1) - delete [] pArray1; - pArray1 = nullptr; - - if (pArray2) - delete [] pArray2; - pArray2 = nullptr; - } + virtual ~stru6_stru1_indoor_sw_billboard(); int _4775ED(float a2); int _477927(float a2);