mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-08-14 06:08:35 +02:00
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:
parent
9dc52ce7dd
commit
5c0a1876fb
@ -560,7 +560,7 @@ inprogressmenu (int gameid)
|
||||
break;
|
||||
|
||||
case '1':
|
||||
doresizewin = (doresizewin ? 1 : 0);
|
||||
doresizewin = (doresizewin ? 0 : 1);
|
||||
break;
|
||||
|
||||
case 13:
|
||||
|
Loading…
x
Reference in New Issue
Block a user