This commit is contained in:
theo3
2022-03-27 21:31:22 -07:00
parent 450397a2c4
commit a6e70132dc
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -226,7 +226,8 @@ void sub_08059124(ManagerF* this) {
default:
if (!--this->manager.unk_0e) {
CreateDustAt(this->unk_38, this->unk_3a, this->manager.unk_0b);
RestorePrevTileEntity(((this->unk_38 >> 4) & 0x3f) | ((this->unk_3a >> 4) & 0x3f) << 6, this->manager.unk_0b);
RestorePrevTileEntity(((this->unk_38 >> 4) & 0x3f) | ((this->unk_3a >> 4) & 0x3f) << 6,
this->manager.unk_0b);
SoundReq(SFX_TASK_COMPLETE);
DeleteThisEntity();
}