mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-02 17:01:49 +00:00
- Fixed bug with BishopPuff moving in wrong direction
This commit is contained in:
parent
5cde02141c
commit
8c75c23822
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Bishop : Actor
|
||||||
BISH J 5 BRIGHT A_Explode(random[BishopBoom](25,40));
|
BISH J 5 BRIGHT A_Explode(random[BishopBoom](25,40));
|
||||||
BISH K 5 Bright;
|
BISH K 5 Bright;
|
||||||
BISH LM 4 Bright;
|
BISH LM 4 Bright;
|
||||||
BISH N 4 A_SpawnItemEx("BishopPuff", 0,0,40, 0,0,-0.5);
|
BISH N 4 A_SpawnItemEx("BishopPuff", 0,0,40, 0,0,0.5);
|
||||||
BISH O 4 A_QueueCorpse;
|
BISH O 4 A_QueueCorpse;
|
||||||
BISH P -1;
|
BISH P -1;
|
||||||
Stop;
|
Stop;
|
||||||
|
|
Loading…
Reference in a new issue