summary refs log tree commit diff
path: root/src/Skeleton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Skeleton.cpp')
-rw-r--r--src/Skeleton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Skeleton.cpp b/src/Skeleton.cpp
index 363fbcc..2156ed5 100644
--- a/src/Skeleton.cpp
+++ b/src/Skeleton.cpp
@@ -181,7 +181,7 @@ void Skeleton::DoConstraints(Model *collide, XYZ *move, float rotation)
 					alSourcef(gSourceID[landsound],
 						AL_MAX_GAIN, gain);
 
-					float gLoc[3] {
+					float gLoc[] {
 						pos.x / soundscalefactor,
 						pos.y / soundscalefactor,
 						pos.z / soundscalefactor,