not pure virtual

This commit is contained in:
Glenn Maynard
2005-07-12 06:12:12 +00:00
parent cd76a879f6
commit 57cef3fb5a
+2 -2
View File
@@ -60,8 +60,8 @@ protected:
virtual void ProcessMenuStart( PlayerNumber pn, const InputEventType type );
virtual void BeginFadingOut() { this->PostScreenMessage( SM_BeginFadingOut, 0 ); }
virtual void GoToNextScreen() = 0;
virtual void GoToPrevScreen() = 0;
virtual void GoToNextScreen() { }
virtual void GoToPrevScreen() { }
void ChangeValueInRow( PlayerNumber pn, int iDelta, bool Repeat );
virtual void AfterChangeValueInRow( PlayerNumber pn ) {} // override this to detect when the value in a row has changed