Made new nitro the default model.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2694 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-12-16 04:51:34 +00:00
parent 9d7a256458
commit 2d66e103a8

View File

@ -163,8 +163,8 @@ void ItemManager::setDefaultItemStyle()
std::string DEFAULT_NAMES[ITEM_LAST - ITEM_FIRST - 1];
DEFAULT_NAMES[ITEM_BONUS_BOX] = "bonusblock";
DEFAULT_NAMES[ITEM_BANANA] = "banana";
DEFAULT_NAMES[ITEM_GOLD_COIN] = "goldcoin";
DEFAULT_NAMES[ITEM_SILVER_COIN] = "silvercoin";
DEFAULT_NAMES[ITEM_GOLD_COIN] = "nitrotank-big";
DEFAULT_NAMES[ITEM_SILVER_COIN] = "nitrotank-small";
DEFAULT_NAMES[ITEM_BUBBLEGUM] = "bubblegum";
bool bError=0;