clang-format

This commit is contained in:
theo
2020-06-13 17:02:27 -07:00
parent 8e1ca1936b
commit 66fcdf6186
86 changed files with 2320 additions and 2604 deletions
+4 -5
View File
@@ -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);
}
}
}