File diff r14398:461a80e5f996 → r14399:3f819c0da60a
src/highscore_gui.cpp
Show inline comments
 
@@ -56,13 +56,13 @@ struct EndGameHighScoreBaseWindow : Wind
 
	Point GetTopLeft640x480()
 
	{
 
		Point pt = {max(0, (_screen.width  / 2) - (640 / 2)), max(0, (_screen.height / 2) - (480 / 2))};
 
		return pt;
 
	}
 

	
 
	virtual void OnClick(Point pt, int widget)
 
	virtual void OnClick(Point pt, int widget, int click_count)
 
	{
 
		delete this;
 
	}
 

	
 
	virtual EventState OnKeyPress(uint16 key, uint16 keycode)
 
	{