mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-03 01:22:19 +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;
|
pSky->yscale = 65536;
|
||||||
parallaxtype = 2;
|
parallaxtype = 2;
|
||||||
g_visibility = 2048;
|
g_visibility = 2048;
|
||||||
|
enginecompatibility_mode = ENGINECOMPATIBILITY_19950829;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GameInterface::Startup()
|
void GameInterface::Startup()
|
||||||
|
|
Loading…
Reference in a new issue