Bugfix: missing closing comment made this file un-compilable.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2261 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2008-09-10 00:31:41 +00:00
parent 15b9ca64c6
commit 5912969e9e

View File

@@ -95,6 +95,7 @@ void RaceManager::setLocalKartInfo(unsigned int player_id, const std::string& ka
/** Sets the number of local players playing on this computer (including
* split screen).
* \param n Number of local players.
*/
void RaceManager::setNumLocalPlayers(unsigned int n)
{
m_local_kart_info.resize(n);