forgot file in last commit

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2726 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-12-20 00:56:47 +00:00
parent 47aa2f43f0
commit 3f3c0a8c5f

View File

@ -159,9 +159,9 @@ void ItemManager::loadDefaultItems()
//-----------------------------------------------------------------------------
void ItemManager::setDefaultItemStyle()
{
// This should go in an internal, system wide configuration file
// FIXME - This should go in an internal, system wide configuration file
std::string DEFAULT_NAMES[ITEM_LAST - ITEM_FIRST - 1];
DEFAULT_NAMES[ITEM_BONUS_BOX] = "bonusblock";
DEFAULT_NAMES[ITEM_BONUS_BOX] = "gift-box";
DEFAULT_NAMES[ITEM_BANANA] = "banana";
DEFAULT_NAMES[ITEM_GOLD_COIN] = "nitrotank-big";
DEFAULT_NAMES[ITEM_SILVER_COIN] = "nitrotank-small";