Skip to content

Commit

Permalink
Fixed|Hexen: Sky height in translated Map Info definitions
Browse files Browse the repository at this point in the history
IssueID # 2447
  • Loading branch information
skyjake committed Feb 1, 2021
1 parent cc7a862 commit e7bdb8f
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -1537,6 +1537,10 @@ DE_PIMPL_NOREF(MapInfoTranslator)
{
os << "\n Flags = " + String::join(allFlags, " | ") + ";";
}
if (DoomsdayApp::game().id().beginsWith("hexen"))
{
os << "\n Sky height = 0.75;\n";
}
res::Uri skyLayer1MaterialUri(info.gets(doubleSky? "sky2Material" : "sky1Material"), RC_NULL);
if(!skyLayer1MaterialUri.path().isEmpty())
{
Expand Down

0 comments on commit e7bdb8f

Please sign in to comment.