diff -ur numptyphysics/Game.cpp numptyphysics.new/Game.cpp --- numptyphysics/Game.cpp 2010-02-11 21:43:35 +0000 +++ numptyphysics.new/Game.cpp 2010-02-11 23:11:54 +0000 @@ -97,7 +97,6 @@ bool m_paused; Path m_jointCandidates; Path m_jointInd; - Canvas *m_spot; public: Game( Levels* levels, int width, int height ) : m_createStroke(NULL), @@ -110,8 +109,7 @@ m_cselector( *this ), m_os( Os::get() ), m_paused( false ), - m_jointInd(JOINT_IND_PATH), - m_spot(new Image("spot.png",true)) + m_jointInd(JOINT_IND_PATH) //,m_demoOverlay( *this ) { m_jointInd.scale( 12.0f / (float32)m_jointInd.bbox().width() );