Rename cl.level to cl.roomproperties

I mean, that's what they are. Room properties are within a level, not a
level themselves. So...
This commit is contained in:
Misa
2021-02-20 15:54:24 -08:00
committed by Misa Elizabeth Kai
parent d549a535e0
commit 3c30d9b7f0
4 changed files with 57 additions and 57 deletions

View File

@@ -2845,7 +2845,7 @@ void scriptclass::startgamemode( int t )
{
for (int i = 0; i < cl.maxwidth; i++)
{
ed.kludgewarpdir[i+(j*cl.maxwidth)]=cl.level[i+(j*cl.maxwidth)].warpdir;
ed.kludgewarpdir[i+(j*cl.maxwidth)]=cl.roomproperties[i+(j*cl.maxwidth)].warpdir;
}
}
game.customstart();