- Added CHANGELEVEL_PRERAISEWEAPON flag for use with ACS's ChangeLevel.
SVN r4014 (trunk)
This commit is contained in:
parent
787c338871
commit
4601954248
2 changed files with 5 additions and 0 deletions
|
|
@ -882,6 +882,10 @@ void G_DoLoadLevel (int position, bool autosave)
|
|||
{
|
||||
level.flags2 &= ~LEVEL2_NOMONSTERS;
|
||||
}
|
||||
if (changeflags & CHANGELEVEL_PRERAISEWEAPON)
|
||||
{
|
||||
level.flags2 |= LEVEL2_PRERAISEWEAPON;
|
||||
}
|
||||
|
||||
level.maptime = 0;
|
||||
P_SetupLevel (level.mapname, position);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue