December 2014 files
This commit is contained in:
@@ -38,7 +38,7 @@ shared_ptr<ItemInstance> FoodItem::useTimeDepleted(shared_ptr<ItemInstance> inst
|
||||
instance->count--;
|
||||
player->getFoodData()->eat(this);
|
||||
// 4J - new sound brought forward from 1.2.3
|
||||
level->playSound(player, eSoundType_RANDOM_BURP, 0.5f, level->random->nextFloat() * 0.1f + 0.9f);
|
||||
level->playEntitySound(player, eSoundType_RANDOM_BURP, 0.5f, level->random->nextFloat() * 0.1f + 0.9f);
|
||||
|
||||
addEatEffect(instance, level, player);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user