From 6dd2f3115623ea6865ed50bb35e9511984ec963e Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Mon, 2 Nov 2020 22:17:30 +1100 Subject: [PATCH] - WHaven: Set `enginecompatibility_mode` to `ENGINECOMPATIBILITY_19950829` in `app_init()`. --- source/games/whaven/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/games/whaven/src/main.cpp b/source/games/whaven/src/main.cpp index 7ed98113a..c0f0b3f02 100644 --- a/source/games/whaven/src/main.cpp +++ b/source/games/whaven/src/main.cpp @@ -259,7 +259,7 @@ void GameInterface::app_init() pSky->yscale = 65536; parallaxtype = 2; g_visibility = 2048; - + enginecompatibility_mode = ENGINECOMPATIBILITY_19950829; } void GameInterface::Startup()