summaryrefslogtreecommitdiffstats
path: root/src/game/client/voxel_sounds.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/voxel_sounds.cc')
-rw-r--r--src/game/client/voxel_sounds.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/voxel_sounds.cc b/src/game/client/voxel_sounds.cc
index fd02a8e..996dc61 100644
--- a/src/game/client/voxel_sounds.cc
+++ b/src/game/client/voxel_sounds.cc
@@ -60,7 +60,7 @@ void voxel_sounds::init(void)
add_footsteps_effect(voxel_surface::WOOD, "sounds/surface/wood3.wav");
}
-void voxel_sounds::deinit(void)
+void voxel_sounds::shutdown(void)
{
for(std::size_t i = 0; i < NUM_SURFACES; ++i) {
footsteps_sounds[i].clear();