Fix Lesbea's game

This commit is contained in:
Benau
2016-04-18 23:57:42 +08:00
parent caca4b06b2
commit bb67ee78fe

View File

@@ -272,11 +272,11 @@ void Attachment::hitBanana(Item *item, int new_attachment)
case ATTACH_ANVIL:
// if the kart already has an anvil, attach a new anvil,
// and increase the overall time
new_attachment = 2;
new_attachment = 1;
leftover_time = m_time_left;
break;
case ATTACH_PARACHUTE:
new_attachment = 2;
new_attachment = 0;
leftover_time = m_time_left;
break;
default: