Commit 9cfbd1a
committed
Fix not-Flip-Mode flag turning off when returning from options menu
We need to check for graphics.setflipmode, not graphics.flipmode,
because graphics.flipmode only gets assigned at the end of the frame
(due to the deferred callback). Otherwise, returning from the options
menu would always turn flag 73 on, which would make you ineligible to
get the Flip Mode trophy, even if you're in Flip Mode.1 parent 96812f8 commit 9cfbd1a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6874 | 6874 | | |
6875 | 6875 | | |
6876 | 6876 | | |
6877 | | - | |
| 6877 | + | |
6878 | 6878 | | |
6879 | 6879 | | |
6880 | 6880 | | |
| |||
0 commit comments