bool player_has_color() returning NULL
player_has_color() has "fc_assert_ret_val(pplayer != NULL, NULL);" while it's supposed to return boolean.
Found by attempting c2x standards build with gcc-13.
Also S2_6 version.
player_has_color() has "fc_assert_ret_val(pplayer != NULL, NULL);" while it's supposed to return boolean.
Found by attempting c2x standards build with gcc-13.