diff options
Diffstat (limited to 'src/object/smokeParticle.c')
| -rw-r--r-- | src/object/smokeParticle.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/smokeParticle.c b/src/object/smokeParticle.c index ab50e2b8..4c24717a 100644 --- a/src/object/smokeParticle.c +++ b/src/object/smokeParticle.c @@ -74,14 +74,14 @@ void sub_080878CC(Entity* this) { switch (GetTileType(pos, layer)) { case 0x368: case 0x367: - sub_08008796(this, 3, x + itX, y + itY); + DoTileInteraction(this, 3, x + itX, y + itY); break; default: - SetTile(0x4022, pos, layer); + SetBottomTile(0x4022, pos, layer); break; } } else { - sub_08008796(this, 3, x + itX, y + itY); + DoTileInteraction(this, 3, x + itX, y + itY); } } } |
