- update comment on SSBOs.

This commit is contained in:
Christoph Oelckers 2023-03-26 10:43:27 +02:00 committed by nashmuhandes
commit 18daf2c510
2 changed files with 3 additions and 4 deletions

View file

@ -794,6 +794,7 @@ void MapLoader::SpawnSpecials ()
// This also cannot consider lifts triggered by scripts etc.
case Generic_Lift:
if (line.args[3] != 1) continue;
[[fallthrough]];
case Plat_DownWaitUpStay:
case Plat_DownWaitUpStayLip:
case Plat_UpWaitDownStay: