mirror of
https://github.com/zeldaret/tmc
synced 2026-08-30 17:29:40 -04:00
clang-format and newlines
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
void FloatingBlock(Entity* this) {
|
||||
if (this->action == 0) {
|
||||
this->action = 1;
|
||||
this->frameIndex=this->entityType.form;
|
||||
this->frameIndex = this->entityType.form;
|
||||
this->spritePriority.b0 = 0xe;
|
||||
this->collisionLayer = 1;
|
||||
UpdateSpriteForCollisionLayer(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user