C++ Callbacks

Good ‘oul C++, all these magic intricacies.

m_CheckDifficultListener = new nsCEQGameCheckCorrectCallback( this );

and

m_CheckCorrectListener = new nsCEQGameCheckCorrectCallback( this );

will actually call the same callback.

Time to find bug: 2 hours