mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-02 00:53:16 +00:00
- WHaven: Set enginecompatibility_mode
to ENGINECOMPATIBILITY_19950829
in app_init()
.
This commit is contained in:
parent
4382ab09b8
commit
6dd2f31156
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ void GameInterface::app_init()
|
|||
pSky->yscale = 65536;
|
||||
parallaxtype = 2;
|
||||
g_visibility = 2048;
|
||||
|
||||
enginecompatibility_mode = ENGINECOMPATIBILITY_19950829;
|
||||
}
|
||||
|
||||
void GameInterface::Startup()
|
||||
|
|
Loading…
Reference in a new issue