summaryrefslogtreecommitdiff
path: root/common/curve.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/curve.cpp')
-rwxr-xr-xcommon/curve.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/curve.cpp b/common/curve.cpp
index c20b804..c9646a4 100755
--- a/common/curve.cpp
+++ b/common/curve.cpp
@@ -250,6 +250,7 @@ Curve::Curve ()
Curve::Curve (PieceInfo *pInfo, const float *pos, unsigned char color)
: Object (LC_OBJECT_CURVE)
{
+ /*
Initialize ();
// FIXME: set the curve type and length based on the PieceInfo
@@ -281,13 +282,16 @@ Curve::Curve (PieceInfo *pInfo, const float *pos, unsigned char color)
m_Points.Add (pt);
UpdatePosition (1, false);
+*/
}
Curve::~Curve ()
{
+ /*
for (int i = 0; i < m_Points.GetSize (); i++)
delete m_Points[i];
glDeleteLists (m_nDisplayList, 1);
+ */
}
void Curve::Initialize ()