- Added DefaultEnvironment MAPINFO option to set the default sound environment for the whole map.

SVN r2261 (trunk)
This commit is contained in:
Randy Heit 2010-03-31 03:48:16 +00:00
commit aa86e62693
4 changed files with 27 additions and 1 deletions

View file

@ -1319,6 +1319,8 @@ void G_InitLevelLocals ()
compatflags.Callback();
NormalLight.ChangeFade (level.fadeto);
level.DefaultEnvironment = info->DefaultEnvironment;
}
//==========================================================================