Attempt to fix case where driving on water is possible

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11174 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2012-04-29 13:19:41 +00:00
parent 5e9b555afe
commit b15d9356d8

View File

@ -334,6 +334,7 @@ Material::Material(const XMLNode *node, int index)
if (crash_reset)
{
m_collision_reaction = RESCUE;
m_drive_reset = true; // if crash reset is enabled then drive reset should be too
}
std::string creaction;