diff options
Diffstat (limited to 'src/intro_gui.cpp')
-rw-r--r-- | src/intro_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro_gui.cpp b/src/intro_gui.cpp index a643257fa..863ab6b37 100644 --- a/src/intro_gui.cpp +++ b/src/intro_gui.cpp @@ -97,7 +97,7 @@ struct SelectGameWindow : public Window { *size = maxdim(*size, textdim); } - virtual void OnClick(Point pt, int widget) + virtual void OnClick(Point pt, int widget, int click_count) { #ifdef ENABLE_NETWORK /* Do not create a network server when you (just) have closed one of the game |