mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Fixed keyboard only
This commit is contained in:
@@ -1603,7 +1603,7 @@ end )
|
|||||||
|
|
||||||
function RunControlManager()
|
function RunControlManager()
|
||||||
-- Make sure only the keyboard works
|
-- Make sure only the keyboard works
|
||||||
if ( not IsInputDisabled( 0 ) ) then
|
if ( IsInputDisabled( 0 ) ) then
|
||||||
if ( not RADAR:GetKeyLockState() ) then
|
if ( not RADAR:GetKeyLockState() ) then
|
||||||
-- Opens the remote control
|
-- Opens the remote control
|
||||||
if ( IsDisabledControlJustPressed( 1, CONFIG.remote_control_key ) ) then
|
if ( IsDisabledControlJustPressed( 1, CONFIG.remote_control_key ) ) then
|
||||||
|
|||||||
Reference in New Issue
Block a user