Fixed failure to sell double rockets when buying another special.

This commit is contained in:
onpon4 2015-03-17 19:20:04 -04:00
parent ad8a2f2ad9
commit ec7fb908a3
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ static void shop_sellSecondaryWeapon()
switch (player.weaponType[1])
{
case W_DOUBLE_ROCKETS:
sell(SHOP_DOUBLE_HOMING_MISSILES);
sell(SHOP_DOUBLE_ROCKETS);
break;
case W_MICRO_ROCKETS: