summaryrefslogtreecommitdiff
path: root/src/object/pot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/pot.c')
-rw-r--r--src/object/pot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/pot.c b/src/object/pot.c
index 0e024f6f..2d635253 100644
--- a/src/object/pot.c
+++ b/src/object/pot.c
@@ -118,7 +118,7 @@ void Pot_Action1(Entity* this) {
DeleteThisEntity();
break;
default:
- if (GetTileUnderEntity(this) == 13) {
+ if (GetVvvAtEntity(this) == 13) {
CreateFx(this, FX_FALL_DOWN, 0);
} else if (tileType == 0x4005) {
gPlayerState.lastSwordMove = SWORD_MOVE_BREAK_POT;