mirror of
https://github.com/zeldaret/tmc
synced 2026-06-22 17:03:10 -04:00
renamed all occurences of "link" to "player"
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
#include "link.h"
|
||||
#include "player.h"
|
||||
|
||||
s32 ModHealth(s32 deltaHealth)
|
||||
|
||||
@@ -15,6 +15,6 @@ s32 ModHealth(s32 deltaHealth)
|
||||
newHealth = (u32)gStats.maxHealth;
|
||||
}
|
||||
gStats.health = newHealth;
|
||||
gLinkEntity.currentHealth = newHealth;
|
||||
gPlayerEntity.currentHealth = newHealth;
|
||||
return newHealth;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user