forked from mirror/OpenTTD
(svn r321) -Fix: crash when making png screenshot with odd resolution (Tron)
-Fix: unable to select other screenshot format in Game Option
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user