mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-04 06:55:48 +00:00
- fixed initialization of RR's thunder effect
This commit is contained in:
parent
eee551ce15
commit
0cd0f28317
1 changed files with 3 additions and 3 deletions
|
@ -1037,15 +1037,15 @@ static int LoadTheMap(MapRecord *mi, player_struct*p, int gamemode)
|
|||
|
||||
auto actorlist = spawnactors(sprites);
|
||||
|
||||
if (isRR()) prelevel_r(gamemode, actorlist);
|
||||
else prelevel_d(gamemode, actorlist);
|
||||
|
||||
for (auto& sect : sector)
|
||||
{
|
||||
if (tilesurface(sect.ceilingtexture) == TSURF_THUNDERSKY)
|
||||
thunderon = 1;
|
||||
}
|
||||
|
||||
if (isRR()) prelevel_r(gamemode, actorlist);
|
||||
else prelevel_d(gamemode, actorlist);
|
||||
|
||||
SpawnPortals();
|
||||
|
||||
allignwarpelevators();
|
||||
|
|
Loading…
Reference in a new issue