mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
Fix missed label for sectoreffector tag. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@6165 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d76c3c2764
commit
5fc04f288c
1 changed files with 1 additions and 1 deletions
|
@ -5836,7 +5836,7 @@ ACTOR_STATIC void G_MoveEffectors(void) //STATNUM 3
|
|||
}
|
||||
break;
|
||||
|
||||
case 6:
|
||||
case SE_6_SUBWAY:
|
||||
k = pSector->extra;
|
||||
|
||||
if (pData[4] > 0)
|
||||
|
|
Loading…
Reference in a new issue