summaryrefslogtreecommitdiff
path: root/src/manager/flameManager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/flameManager.c')
-rw-r--r--src/manager/flameManager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager/flameManager.c b/src/manager/flameManager.c
index 880324fd..46d2ad32 100644
--- a/src/manager/flameManager.c
+++ b/src/manager/flameManager.c
@@ -16,7 +16,7 @@ void FlameManager_Main(FlameManager* this) {
this->field_0x38 = TILE(this->field_0x38, this->field_0x3a);
if (GetTileType(this->field_0x38, 2) == 0x75) {
super->action = 1;
- SetTile(0x406a, this->field_0x38, 1);
+ SetBottomTile(0x406a, this->field_0x38, 1);
} else {
DeleteThisEntity();
}
@@ -26,7 +26,7 @@ void FlameManager_Main(FlameManager* this) {
DeleteThisEntity();
}
if (GetTileType(this->field_0x38, 2) == 0x76) {
- SetTile(0x406b, this->field_0x38, 1);
+ SetBottomTile(0x406b, this->field_0x38, 1);
DeleteThisEntity();
}
}