shithub: choc

Download patch

ref: 4fa746dac55ae0cce8f52caf1bedb7616925e04c
parent: ff884786c79364a6d3da1121c3339d669d814fd2
author: Simon Howard <fraggle@soulsphere.org>
date: Tue May 31 18:35:57 EDT 2016

video: Get rid of SCREENWIDTH_4_3 constant.

This is redundant now that we got rid of software scaling.

--- a/src/i_video.h
+++ b/src/i_video.h
@@ -27,11 +27,7 @@
 #define SCREENWIDTH  320
 #define SCREENHEIGHT 200
 
-// Screen width used for "squash" scale functions
-
-#define SCREENWIDTH_4_3 256
-
-// Screen height used for "stretch" scale functions.
+// Screen height used when aspect_ratio_correct=true.
 
 #define SCREENHEIGHT_4_3 240