mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- testing stuff.
This commit is contained in:
parent
f9842fc4a8
commit
9346b5de7e
1 changed files with 2 additions and 2 deletions
|
@ -342,7 +342,7 @@ void movecyclers(void)
|
||||||
{
|
{
|
||||||
wal->shade = j;
|
wal->shade = j;
|
||||||
|
|
||||||
if ((wal->cstat & 2) && wal->nextwall >= 0)
|
if ((wal->cstat & CSTAT_WALL_BOTTOM_SWAP) && wal->nextwall >= 0)
|
||||||
wall[wal->nextwall].shade = j;
|
wall[wal->nextwall].shade = j;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -379,7 +379,7 @@ void movedummyplayers(void)
|
||||||
{
|
{
|
||||||
if (ps[p].on_ground && ps[p].on_warping_sector == 1 && sector[ps[p].cursectnum].lotag == 1)
|
if (ps[p].on_ground && ps[p].on_warping_sector == 1 && sector[ps[p].cursectnum].lotag == 1)
|
||||||
{
|
{
|
||||||
sprite[i].cstat = 257;
|
sprite[i].cstat = CSTAT_SPRITE_BLOCK_ALL;
|
||||||
sprite[i].z = sector[sprite[i].sectnum].ceilingz + (27 << 8);
|
sprite[i].z = sector[sprite[i].sectnum].ceilingz + (27 << 8);
|
||||||
sprite[i].ang = ps[p].getang();
|
sprite[i].ang = ps[p].getang();
|
||||||
if (hittype[i].temp_data[0] == 8)
|
if (hittype[i].temp_data[0] == 8)
|
||||||
|
|
Loading…
Reference in a new issue