Skip to content

Commit

Permalink
- use the original Build engine compatibility for Shadow Warrior.
Browse files Browse the repository at this point in the history
The 'modern' code causes problems with the tank in the fourth map and probably elsewhere, too.
  • Loading branch information
coelckers committed Feb 10, 2020
1 parent e2457d1 commit 41f2c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/sw/src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 41f2c62

Please sign in to comment.