mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- Duke: fixed non-scrolling SE24.
This commit is contained in:
parent
a1381c0ff2
commit
60d007fa93
1 changed files with 1 additions and 1 deletions
|
@ -3697,7 +3697,7 @@ void moveeffectors_d(void) //STATNUM 3
|
||||||
{
|
{
|
||||||
static int16_t list1[] = { BLOODPOOL, PUKE, FOOTPRINTS, FOOTPRINTS2, FOOTPRINTS3, FOOTPRINTS4, BULLETHOLE, BLOODSPLAT1, BLOODSPLAT2, BLOODSPLAT3, BLOODSPLAT4, -1 };
|
static int16_t list1[] = { BLOODPOOL, PUKE, FOOTPRINTS, FOOTPRINTS2, FOOTPRINTS3, FOOTPRINTS4, BULLETHOLE, BLOODSPLAT1, BLOODSPLAT2, BLOODSPLAT3, BLOODSPLAT4, -1 };
|
||||||
static int16_t list2[] = { BOLT1, BOLT1 + 1,BOLT1 + 2, BOLT1 + 3, SIDEBOLT1, SIDEBOLT1 + 1, SIDEBOLT1 + 2, SIDEBOLT1 + 3, -1 };
|
static int16_t list2[] = { BOLT1, BOLT1 + 1,BOLT1 + 2, BOLT1 + 3, SIDEBOLT1, SIDEBOLT1 + 1, SIDEBOLT1 + 2, SIDEBOLT1 + 3, -1 };
|
||||||
handle_se24(act, list1, list2, false, TRIPBOMB, LASERLINE, CRANE, 2);
|
handle_se24(act, list1, list2, true, TRIPBOMB, LASERLINE, CRANE, 2);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SE_35:
|
case SE_35:
|
||||||
|
|
Loading…
Reference in a new issue