Fixed rescue in soccer mode (which would previously used World's

moveKartAfterRescue, not its own custom function).
This commit is contained in:
hiker
2015-07-31 07:49:54 +10:00
parent bf858dd3ff
commit 25c1880c18

View File

@@ -231,7 +231,7 @@ public:
/** Returns the bullet transformation for the specified rescue index. */
virtual btTransform getRescueTransform(unsigned int index) const = 0;
// ------------------------------------------------------------------------
void moveKartAfterRescue(AbstractKart* kart);
virtual void moveKartAfterRescue(AbstractKart* kart);
// ------------------------------------------------------------------------
/** Called when it is needed to know whether this kind of race involves
* counting laps. */