From 12c91671bf6118c012df6f1bc9456df2e36f25f3 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 25 Sep 2004 18:30:19 +0000 Subject: (svn r321) -Fix: crash when making png screenshot with odd resolution (Tron) -Fix: unable to select other screenshot format in Game Option --- settings_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings_gui.c') 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; -- cgit v1.2.3-54-g00ecf