mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 06:35:00 -04:00
added console and a few commands
This commit is contained in:
parent
e717badc45
commit
73b949fb2e
28 changed files with 807 additions and 87 deletions
|
@ -1947,6 +1947,10 @@ void programming_keyboard(EVENT_MSG *msg,void **unused)
|
|||
wire_inv_mode(human_selected);
|
||||
break;
|
||||
case 82:group_all();break;
|
||||
case 0x2E: if (get_control_key_state() && get_shift_key_state()) {
|
||||
console_show(!console_is_visible());
|
||||
}
|
||||
break;
|
||||
CASE_KEY_1_6:c=group_sort[c-2];
|
||||
if (postavy[c].used)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue