This commit is contained in:
Cuyler36
2023-05-09 23:16:56 -04:00
parent e8bb03784d
commit ee9716f900
+1 -1
View File
@@ -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));