From 9212aa030f374d201b76cca63109c9539d7a9f75 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 22 Apr 2013 01:29:20 +1000 Subject: [PATCH] fix the Ghoul2InfoArray destructor, based on code in JA --- code/ghoul2/G2_API.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/code/ghoul2/G2_API.cpp b/code/ghoul2/G2_API.cpp index 584ab6c..46c8e98 100644 --- a/code/ghoul2/G2_API.cpp +++ b/code/ghoul2/G2_API.cpp @@ -370,14 +370,15 @@ public: mFreeIndecies.push_back(i); } } -#if G2API_DEBUG ~Ghoul2InfoArray() { - char mess[1000]; if (mFreeIndecies.size()