mirror of
https://github.com/zeldaret/tmc
synced 2026-06-18 07:25:53 -04:00
clang-format
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ s32 ModHealth(s32 deltaHealth)
|
||||
|
||||
{
|
||||
s32 newHealth;
|
||||
|
||||
|
||||
newHealth = gStats.health + deltaHealth;
|
||||
if (newHealth < 0) {
|
||||
newHealth = 0;
|
||||
@@ -17,4 +17,4 @@ s32 ModHealth(s32 deltaHealth)
|
||||
gStats.health = newHealth;
|
||||
gLinkEntity.currentHealth = newHealth;
|
||||
return newHealth;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user