diff options
-rw-r--r-- | src/i_scale.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_scale.c b/src/i_scale.c index a42409e8..67611e8e 100644 --- a/src/i_scale.c +++ b/src/i_scale.c @@ -1127,6 +1127,7 @@ screen_mode_t mode_squash_2x = { SCREENWIDTH_4_3 * 2, SCREENHEIGHT * 2, I_InitStretchTables, I_Squash2x, + true, }; |