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