mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- fixed damage type of incinerator's fireball.
A one-liner, what else... :D
This commit is contained in:
parent
470f481619
commit
5784ff6ef7
1 changed files with 1 additions and 1 deletions
|
@ -1445,7 +1445,7 @@ void checkhitsprite_d(int i, int sn)
|
||||||
hitpic = FLAMETHROWERFLAME;
|
hitpic = FLAMETHROWERFLAME;
|
||||||
}
|
}
|
||||||
|
|
||||||
hittype[i].picnum = sprite[sn].picnum;
|
hittype[i].picnum = hitpic;
|
||||||
hittype[i].extra += sprite[sn].extra;
|
hittype[i].extra += sprite[sn].extra;
|
||||||
hittype[i].ang = sprite[sn].ang;
|
hittype[i].ang = sprite[sn].ang;
|
||||||
hittype[i].owner = sprite[sn].owner;
|
hittype[i].owner = sprite[sn].owner;
|
||||||
|
|
Loading…
Reference in a new issue