diff options
Diffstat (limited to 'main_gui.c')
-rw-r--r-- | main_gui.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main_gui.c b/main_gui.c index 22f0afd15..bac3509f7 100644 --- a/main_gui.c +++ b/main_gui.c @@ -1105,6 +1105,7 @@ static void AskResetLandscapeWndProc(Window *w, WindowEvent *e) case WE_PAINT: DrawWindowWidgets(w); DrawStringMultiCenter(90, 38, mode?STR_022D_ARE_YOU_SURE_YOU_WANT_TO:STR_GENERATE_RANDOM_LANDSCAPE , 168); + break; case WE_CLICK: switch(e->click.widget) { case 3: @@ -1125,6 +1126,7 @@ static void AskResetLandscapeWndProc(Window *w, WindowEvent *e) break; } + break; } } |