X-Git-Url: https://git.octo.it/?p=supertux.git;a=blobdiff_plain;f=src%2Fobject%2Fplayer.cpp;h=7aa2004d032eae3a71925226171da26b6fa58b1f;hp=f661134c54a8039ec3291f22b4b17fc9dcc52e30;hb=c4a1129cfccd204f4267f8ee838f95dd6ebad1cc;hpb=6835b0b10756e978f568dbb32f3c8ca0a615ecf1 diff --git a/src/object/player.cpp b/src/object/player.cpp index f661134c5..7aa2004d0 100644 --- a/src/object/player.cpp +++ b/src/object/player.cpp @@ -185,7 +185,7 @@ Player::Player(PlayerStatus* _player_status, const std::string& name_) : SoundManager::current()->preload("sounds/skid.wav"); SoundManager::current()->preload("sounds/flip.wav"); SoundManager::current()->preload("sounds/invincible_start.ogg"); - SoundManager::current()->preload("sounds/splash.ogg"); + SoundManager::current()->preload("sounds/splash.wav"); init(); } @@ -1336,7 +1336,7 @@ Player::collision_tile(uint32_t tile_attributes) if( tile_attributes & Tile::WATER ){ swimming = true; no_water = false; - SoundManager::current()->play( "sounds/splash.ogg" ); + SoundManager::current()->play( "sounds/splash.wav" ); } } #endif