1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

fixed ijkl hotkeys in second player config

This commit is contained in:
Zeno Rogue 2018-11-17 19:31:22 +01:00
parent d7a235bc8c
commit 0c1d29433c

View File

@ -503,9 +503,9 @@ void initConfig() {
t[(int)'y'] = 16 + pcCenter;
t[(int)'i'] = 32 + 4;
t[(int)'k'] = 32 + 5;
t[(int)'j'] = 32 + 6;
t[(int)'l'] = 32 + 7;
t[(int)'l'] = 32 + 5;
t[(int)'k'] = 32 + 6;
t[(int)'j'] = 32 + 7;
t[(int)';'] = 32 + 8;
t[(int)'\''] = 32 + 9;
t[(int)'p'] = 32 + 10;