summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings_gui.c b/settings_gui.c
index 9c158569e..4e7501305 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -174,7 +174,7 @@ static void GameOptionsWndProc(Window *w, WindowEvent *e)
break;
// change screenshot format
- case 30:
+ case 31:
SetScreenshotFormat(e->dropdown.index);
SetWindowDirty(w);
break;