mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-27 22:42:29 +00:00
- add missing break statement
This commit is contained in:
parent
0fe52e479b
commit
2ca2076a3f
1 changed files with 1 additions and 0 deletions
|
@ -2112,6 +2112,7 @@ class LevelCompatibility : LevelPostProcessor
|
||||||
{
|
{
|
||||||
SetLineFlags(1461, Line.ML_REPEAT_SPECIAL);
|
SetLineFlags(1461, Line.ML_REPEAT_SPECIAL);
|
||||||
SetLineFlags(1468, Line.ML_REPEAT_SPECIAL);
|
SetLineFlags(1468, Line.ML_REPEAT_SPECIAL);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case 'E0D747B9EE58A0CB74B9AD54423AC15C': // return01.wad e1m2
|
case 'E0D747B9EE58A0CB74B9AD54423AC15C': // return01.wad e1m2
|
||||||
|
|
Loading…
Reference in a new issue