Argh one more stupid bug
This commit is contained in:
parent
aa77ce816d
commit
fa1beeac29
|
@ -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