diff options
Diffstat (limited to 'src/object/well.c')
| -rw-r--r-- | src/object/well.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/well.c b/src/object/well.c index c48948b1..fbf85d13 100644 --- a/src/object/well.c +++ b/src/object/well.c @@ -33,7 +33,7 @@ void Well_Init(WellEntity* this) { super->action = 1; tilePos = COORD_TO_TILE(super); this->unk_80 = tilePos; - SetTile(16509, this->unk_80, 1); + SetBottomTile(16509, this->unk_80, 1); } void Well_Action1(WellEntity* this) { |
