mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-30 02:30:41 +00:00
- fixed ond bad statnum
This commit is contained in:
parent
053a1d46d5
commit
db8b454df1
1 changed files with 1 additions and 1 deletions
|
@ -1266,7 +1266,7 @@ static void movecrack(int i)
|
|||
int j = fi.ifhitbyweapon(i);
|
||||
if (j == FIREEXT || j == RPG || j == RADIUSEXPLOSION || j == SEENINE || j == OOZFILTER)
|
||||
{
|
||||
StatIterator it(STAT_MISC);
|
||||
StatIterator it(STAT_STANDABLE);
|
||||
while ((j = it.NextIndex()) >= 0)
|
||||
{
|
||||
auto sj = &sprite[j];
|
||||
|
|
Loading…
Reference in a new issue