From 6315a8b039b6cd22faa94a14290fef2469688564 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 4 Apr 2021 20:41:44 +0200 Subject: [PATCH] - removed now obsolete #define. --- source/core/version.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/core/version.h b/source/core/version.h index e11683536..c8a5949a0 100644 --- a/source/core/version.h +++ b/source/core/version.h @@ -92,6 +92,5 @@ const int SAVEPICHEIGHT = 180; const int VID_MIN_WIDTH = 640; const int VID_MIN_HEIGHT = 400; #define NPOT_EMULATION -#define BUILD_SKY #endif //__VERSION_H__