mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 02:01:35 +00:00
Merge branch 'wallspike-fix' into 'master'
Fix wall spikes that start retracted See merge request STJr/SRB2Internal!255
This commit is contained in:
commit
ca7de207d4
1 changed files with 1 additions and 1 deletions
|
@ -7492,7 +7492,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
S_NULL, // painstate
|
S_NULL, // painstate
|
||||||
0, // painchance
|
0, // painchance
|
||||||
sfx_s3k64, // painsound
|
sfx_s3k64, // painsound
|
||||||
S_NULL, // meleestate
|
S_WALLSPIKE4, // meleestate
|
||||||
S_NULL, // missilestate
|
S_NULL, // missilestate
|
||||||
S_WALLSPIKED1, // deathstate
|
S_WALLSPIKED1, // deathstate
|
||||||
S_WALLSPIKED2, // xdeathstate
|
S_WALLSPIKED2, // xdeathstate
|
||||||
|
|
Loading…
Reference in a new issue