mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Correct DIK code
This commit is contained in:
parent
7091ac21e9
commit
1ba0bcee95
@ -227,13 +227,13 @@ switch (toLower _mode) do {
|
||||
};
|
||||
case 203: { // Left arrow
|
||||
|
||||
};
|
||||
case 204: { // Down arrow
|
||||
[[1,2,0] select GVAR(camMode)] call FUNC(updateCamera);
|
||||
};
|
||||
case 205: { // Right arrow
|
||||
|
||||
};
|
||||
case 208: { // Down arrow
|
||||
[[1,2,0] select GVAR(camMode)] call FUNC(updateCamera);
|
||||
};
|
||||
};
|
||||
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user