aboutsummaryrefslogtreecommitdiff
path: root/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui.cpp')
-rw-r--r--gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.cpp b/gui.cpp
index e3e2b3a65d..8adc342c54 100644
--- a/gui.cpp
+++ b/gui.cpp
@@ -269,12 +269,12 @@ const GuiWidget save_load_dialog[] = {
{GUI_TEXT,0x04,GWF_BUTTON,200,45,54,16,8,9}, /* Ok */
{GUI_TEXT,0x04,GWF_BUTTON,200,65,54,16,7,7}, /* Cancel */
- {0}
+ {0,0,0,0,0,0,0,0,0}
};
const GuiWidget pause_dialog[] = {
{GUI_TEXT,0x01,GWF_DEFAULT,50,80,220,16,0,10},
- {0},
+ {0,0,0,0,0,0,0,0,0}
};