From fa1beeac29bc8c0a31c6160556e587082cc79680 Mon Sep 17 00:00:00 2001 From: DJRobX Date: Wed, 31 Oct 2007 10:04:24 +0000 Subject: [PATCH] Argh one more stupid bug --- src/win32/DirectInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/DirectInput.cpp b/src/win32/DirectInput.cpp index 4a08769c..c280ced5 100644 --- a/src/win32/DirectInput.cpp +++ b/src/win32/DirectInput.cpp @@ -123,7 +123,7 @@ void winReadKey(const char *name, int num, KeyList& Keys) char buffer[80]; sprintf(buffer, "Joy%d_%s", num, name); - winReadKey(name, Keys); + winReadKey(buffer, Keys); }