- World Tour: Fixed missing smoke on burning monsters

Yay, another one-liner...
This commit is contained in:
Christoph Oelckers 2020-09-23 19:24:40 +02:00
parent daabb31bff
commit 44fc452747
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ int spawn_d(int j, int pn)
sp->xrepeat = 32; sp->xrepeat = 32;
sp->yrepeat = 32; sp->yrepeat = 32;
} }
else if( sp->picnum == SMALLSMOKE ) else if( sp->picnum == SMALLSMOKE || sp->picnum == ONFIRE )
{ {
// 64 "money" // 64 "money"
sp->xrepeat = 24; sp->xrepeat = 24;