mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 22:01:45 +00:00
Fixed some actions auto-repeat (some where not auto-repeatable that should be)
This commit is contained in:
parent
cae5a34eea
commit
52095b9ae8
1 changed files with 6 additions and 4 deletions
|
@ -288,7 +288,7 @@ lowerfloor8
|
|||
allowmouse = true;
|
||||
allowscroll = true;
|
||||
repeat = true;
|
||||
default = 131067;
|
||||
default = 131067;
|
||||
}
|
||||
|
||||
raisefloor8
|
||||
|
@ -300,7 +300,7 @@ raisefloor8
|
|||
allowmouse = true;
|
||||
allowscroll = true;
|
||||
repeat = true;
|
||||
default = 131066;
|
||||
default = 131066;
|
||||
}
|
||||
|
||||
lowerceiling8
|
||||
|
@ -312,7 +312,7 @@ lowerceiling8
|
|||
allowmouse = true;
|
||||
allowscroll = true;
|
||||
repeat = true;
|
||||
default = 196603;
|
||||
default = 196603;
|
||||
}
|
||||
|
||||
raiseceiling8
|
||||
|
@ -323,7 +323,8 @@ raiseceiling8
|
|||
allowkeys = true;
|
||||
allowmouse = true;
|
||||
allowscroll = true;
|
||||
default = 196602;
|
||||
repeat = true;
|
||||
default = 196602;
|
||||
}
|
||||
|
||||
errorcheckmode
|
||||
|
@ -377,6 +378,7 @@ raisesector1
|
|||
allowkeys = true;
|
||||
allowmouse = true;
|
||||
allowscroll = true;
|
||||
repeat = true;
|
||||
}
|
||||
|
||||
showvisualthings
|
||||
|
|
Loading…
Reference in a new issue