diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-17 19:13:56 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-17 19:16:43 -0700 |
| commit | ef470547e04f2cbc50b98d6578932f1188d25dbd (patch) | |
| tree | 4a5e5bffb8ea301bd15b8bda4627c48ccf052cce /src/object/pushableStatue.c | |
| parent | 33579844948ca5c2ed9e1e353fba8b9571f7104d (diff) | |
cleanup
Diffstat (limited to 'src/object/pushableStatue.c')
| -rw-r--r-- | src/object/pushableStatue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/pushableStatue.c b/src/object/pushableStatue.c index c47ebfba..fd8de005 100644 --- a/src/object/pushableStatue.c +++ b/src/object/pushableStatue.c @@ -83,7 +83,7 @@ void PushableStatue_Action1(PushableStatueEntity* this) { break; } } else { - sub_08078930(super); + RegisterCarryEntity(super); } } } |
