Fix toggling the window resize on and off in the watching-menu.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@500 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2009-10-18 17:55:17 +00:00
parent 9dc52ce7dd
commit 5c0a1876fb
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ inprogressmenu (int gameid)
break;
case '1':
doresizewin = (doresizewin ? 1 : 0);
doresizewin = (doresizewin ? 0 : 1);
break;
case 13: