aboutsummaryrefslogtreecommitdiffstats
path: root/router
diff options
context:
space:
mode:
Diffstat (limited to 'router')
-rw-r--r--router/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/router/router.c b/router/router.c
index f54643f4..5dc1e43b 100644
--- a/router/router.c
+++ b/router/router.c
@@ -195,7 +195,7 @@ static void AddModule(HMODULE module, const WCHAR *name)
LOAD_PROC(alDistanceModel);
if(!err)
{
- ALCint alc_ver[2];
+ ALCint alc_ver[2] = { 0, 0 };
wcsncpy(newdrv.Name, name, 32);
newdrv.Module = module;
newdrv.alcGetIntegerv(NULL, ALC_MAJOR_VERSION, 1, &alc_ver[0]);