- fixed initialization of RR's thunder effect

This commit is contained in:
Christoph Oelckers 2023-04-02 17:09:28 +02:00
parent eee551ce15
commit 0cd0f28317

View file

@ -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();