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:
parent
5e9b555afe
commit
b15d9356d8
@ -334,6 +334,7 @@ Material::Material(const XMLNode *node, int index)
|
|||||||
if (crash_reset)
|
if (crash_reset)
|
||||||
{
|
{
|
||||||
m_collision_reaction = RESCUE;
|
m_collision_reaction = RESCUE;
|
||||||
|
m_drive_reset = true; // if crash reset is enabled then drive reset should be too
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string creaction;
|
std::string creaction;
|
||||||
|
Loading…
Reference in New Issue
Block a user