mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-14 00:21:34 +00:00
- fixed: the ExplosiveBarrel's height was wrong.
SVN r4161 (trunk)
This commit is contained in:
parent
47e7ab21cc
commit
81785124c5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ACTOR ExplosiveBarrel 2035
|
||||||
SpawnID 125
|
SpawnID 125
|
||||||
Health 20
|
Health 20
|
||||||
Radius 10
|
Radius 10
|
||||||
Height 34
|
Height 42
|
||||||
+SOLID
|
+SOLID
|
||||||
+SHOOTABLE
|
+SHOOTABLE
|
||||||
+NOBLOOD
|
+NOBLOOD
|
||||||
|
|
Loading…
Reference in a new issue