Correct DIK code

This commit is contained in:
SilentSpike 2015-07-18 19:05:18 +01:00
parent 7091ac21e9
commit 1ba0bcee95

View File

@ -227,13 +227,13 @@ switch (toLower _mode) do {
}; };
case 203: { // Left arrow case 203: { // Left arrow
};
case 204: { // Down arrow
[[1,2,0] select GVAR(camMode)] call FUNC(updateCamera);
}; };
case 205: { // Right arrow case 205: { // Right arrow
}; };
case 208: { // Down arrow
[[1,2,0] select GVAR(camMode)] call FUNC(updateCamera);
};
}; };
true true