diff --git a/source/game/GameData.cpp b/source/game/GameData.cpp index fe6d1c9bb8d2164647c31ec9a013237961210583..1814b9d74ae127c85b91c35512d9121988e6e0df 100644 --- a/source/game/GameData.cpp +++ b/source/game/GameData.cpp @@ -155,9 +155,9 @@ void GameData::loadFoostepsSounds() aSounds[MTLTYPE_PHYSIC_LEAF_GRASS].push_back("actor/step/grass3.ogg"); aSounds[MTLTYPE_PHYSIC_LEAF_GRASS].push_back("actor/step/grass4.ogg"); - //aSounds[mpt_glass].push_back("actor/step/.ogg"); - //aSounds[mpt_plastic].push_back("actor/step/.ogg"); - //aSounds[mpt_flesh].push_back("actor/step/.ogg"); + //aSounds[MTLTYPE_PHYSIC_GLASS].push_back("actor/step/.ogg"); + //aSounds[MTLTYPE_PHYSIC_PLASTIC].push_back("actor/step/.ogg"); + //aSounds[MTLTYPE_PHYSIC_FLESH].push_back("actor/step/.ogg"); for(int i = 0; i < MPT_COUNT; ++i) {