mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +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);
|
INITLIST(&Player[i].PanelSpriteList);
|
||||||
|
|
||||||
DebugOperate = TRUE;
|
DebugOperate = TRUE;
|
||||||
|
enginecompatibility_mode = ENGINECOMPATIBILITY_19961112;
|
||||||
|
|
||||||
if (SW_SHAREWARE)
|
if (SW_SHAREWARE)
|
||||||
buildputs("SHADOW WARRIOR(tm) Version 1.2 (Shareware Version)\n");
|
buildputs("SHADOW WARRIOR(tm) Version 1.2 (Shareware Version)\n");
|
||||||
|
|
Loading…
Reference in a new issue