mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
- 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.
This commit is contained in:
parent
e2457d104b
commit
41f2c62ed1
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue