summaryrefslogtreecommitdiff
path: root/src/object
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-02-19 15:03:20 -0800
committertheo3 <arisstephenson2@gmail.com>2021-02-19 15:11:40 -0800
commit31f324e3a7e4d0dec27d85ee6b50a42ec6df8f7b (patch)
treefde6bcff3bf8746c7af2e3f9f1dae572e01159c7 /src/object
parentfd2a50eee48c9c5d550ec435abccc38ae6dd5a85 (diff)
clang-format pass and workflow
Diffstat (limited to 'src/object')
-rw-r--r--src/object/houseDoorExterior.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/houseDoorExterior.c b/src/object/houseDoorExterior.c
index ddf5b87e..8ef49de2 100644
--- a/src/object/houseDoorExterior.c
+++ b/src/object/houseDoorExterior.c
@@ -65,7 +65,7 @@ void sub_080866D8(Entity* this) {
UpdateSpriteForCollisionLayer(entity);
*((u32*)(&this->field_0x68)) |= mask;
if (prop->unk8) {
- *((ScriptExecutionContext **)(&entity->cutsceneBeh)) = StartCutscene(entity, (u16*)prop->unk8);
+ *((ScriptExecutionContext**)(&entity->cutsceneBeh)) = StartCutscene(entity, (u16*)prop->unk8);
}
}
}
@@ -117,7 +117,7 @@ static void sub_0808681C(Entity* this) {
}
if (this->flags & 0x2) {
- ExecuteScriptCommandSet(this, *(ScriptExecutionContext **)&this->cutsceneBeh);
+ ExecuteScriptCommandSet(this, *(ScriptExecutionContext**)&this->cutsceneBeh);
sub_080868EC(this, *(void**)&this->cutsceneBeh);
}
}
@@ -129,7 +129,7 @@ void sub_080868B0(Entity* this) {
this->boundingBox = &gUnk_081206AC;
this->actionDelay = 8;
}
- ExecuteScriptCommandSet(this, *(ScriptExecutionContext **)&this->cutsceneBeh);
+ ExecuteScriptCommandSet(this, *(ScriptExecutionContext**)&this->cutsceneBeh);
sub_080868EC(this, *(void**)&this->cutsceneBeh);
}