From 41f2c62ed1185a287b6d7af63c24682f58850f86 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 10 Feb 2020 22:38:17 +0100 Subject: [PATCH] - use the original Build engine compatibility for Shadow Warrior. The 'modern' code causes problems with the tank in the fourth map and probably elsewhere, too. --- source/sw/src/game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/sw/src/game.cpp b/source/sw/src/game.cpp index 304bc8ed1..c3f01360d 100644 --- a/source/sw/src/game.cpp +++ b/source/sw/src/game.cpp @@ -2772,6 +2772,7 @@ int32_t GameInterface::app_main() INITLIST(&Player[i].PanelSpriteList); DebugOperate = TRUE; + enginecompatibility_mode = ENGINECOMPATIBILITY_19961112; if (SW_SHAREWARE) buildputs("SHADOW WARRIOR(tm) Version 1.2 (Shareware Version)\n");