(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:
truelight
2004-09-25 18:30:19 +00:00
parent 3dc8dcf312
commit 12c91671bf
2 changed files with 7 additions and 3 deletions

View File

@@ -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;