mirror of
https://github.com/zeldaret/tmc
synced 2026-07-07 06:04:59 -04:00
clang-format
This commit is contained in:
@@ -4,14 +4,13 @@
|
||||
extern void sub_0806ED78();
|
||||
extern void sub_08067C44();
|
||||
|
||||
extern void (*gCat[9])(Entity *);
|
||||
extern void (*gCat[9])(Entity*);
|
||||
|
||||
//Main
|
||||
void sub_080677B4(Entity *ent)
|
||||
{
|
||||
// Main
|
||||
void sub_080677B4(Entity* ent) {
|
||||
gCat[ent->action](ent);
|
||||
sub_08067C44(ent);
|
||||
if (((ent->flags & 128) == 0) && ((ent->entityType).parameter1 != 5)) {
|
||||
sub_0806ED78(ent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user