Argh one more stupid bug
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@8 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
163217d27e
commit
9393ab7212
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue