Re-enabled kart honking sound when a player kart is overtaken (which

was disabled accidentally). If it should be too annoying, it should
be properly removed.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7140 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2010-12-22 10:35:22 +00:00
parent 7305efd8ba
commit a8f8be4023

View File

@@ -240,8 +240,8 @@ public:
/** Sets the position in race this kart has (1<=p<=n). */
virtual void setPosition(int p)
{
m_race_position = p;
m_controller->setPosition(p);
m_race_position = p;
} // setPosition
// ------------------------------------------------------------------------
/** Returns the current attachment. */