mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Fix typo
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ extern int mLd_PlayerManKindCheckNo(u8 player_no) {
|
||||
|
||||
/**
|
||||
* @brief Checks if the current player is a foreigner.
|
||||
* @return TRYE if the current player is a foreigner, FALSE otherwise.
|
||||
* @return TRUE if the current player is a foreigner, FALSE otherwise.
|
||||
*/
|
||||
extern int mLd_PlayerManKindCheck() {
|
||||
return mLd_PlayerManKindCheckNo(Common_Get(player_no));
|
||||
|
||||
Reference in New Issue
Block a user