]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qh
Fix #2850 "xonotic crashes when pressing restart level after match end in campaign"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qh
index a94b247a8a64150d78ba6c1ca52200ff16b70350..d96b7df4b25e9559172db0f4b741cad32886a9ed 100644 (file)
@@ -62,7 +62,7 @@ int Team_GetNumberOfAliveTeams();
 /// \brief Returns the winner team.
 /// \param[in] min_owned_items Minimum number of items the winner team must have.
 /// \return Winner team or 0 if 2 or more teams own items or -1 if no team own any items.
-int Team_GetWinnerTeam_WIthOwnedItems(int min_owned_items);
+int Team_GetWinnerTeam_WithOwnedItems(int min_owned_items);
 
 /// \brief Returns the number of items owned by a team.
 /// \param[in] team_ent Team entity.