Renaming player_isDead function

This commit is contained in:
Nabnut
2024-09-19 12:32:02 +02:00
parent f0d53d6fcd
commit db8a200799
8 changed files with 10 additions and 10 deletions

View File

@@ -631,7 +631,7 @@ bool func_8028F20C(void){
return player_isStable();
}
bool func_8028F22C(void){
bool player_isDead(void){
if(bs_getState() == BS_41_DIE){
return TRUE;
}