1
0
Fork 0

remove forgotten garbage in the s-key def

This commit is contained in:
mfranz 2007-07-19 21:31:24 +00:00
parent 7c2a88a98a
commit 64936b6297

View file

@ -924,17 +924,11 @@ top down before the key bindings are parsed.
<script>props.setAll("/controls/engines/engine", "starter", 0)</script> <script>props.setAll("/controls/engines/engine", "starter", 0)</script>
</binding> </binding>
</mod-up> </mod-up>
<mod-shift>
<binding>
<command>nasal</command>
<script>gui.property_browser()</script>
</binding>
</mod-shift>
</key> </key>
<nasal> <nasal>
<script> <script>
t_id = 0; var t_id = 0;
</script> </script>
</nasal> </nasal>