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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user