]> skyeroc.xyz Git - dgamelaunch/commitdiff
Fix toggling the window resize on and off in the watching-menu.
authorPasi Kallinen <paxed@alt.org>
Sun, 18 Oct 2009 17:55:17 +0000 (17:55 +0000)
committerPasi Kallinen <paxed@alt.org>
Sun, 18 Oct 2009 17:55:17 +0000 (17:55 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@500 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.c

index c984c61a3939cb1b74b1e8319a8add5174bcf13f..b54b06f12011da82d824cf286c5bdca1ab577c5d 100644 (file)
@@ -560,7 +560,7 @@ inprogressmenu (int gameid)
          break;
 
        case '1':
-           doresizewin = (doresizewin ? 1 : 0);
+           doresizewin = (doresizewin ? 0 : 1);
            break;
 
        case 13: