1
0
Fork 0

'+': change description & function name (repeate last ATC/instructor msg)

This commit is contained in:
mfranz 2006-02-24 11:06:06 +00:00
parent 783256433a
commit efc1577118

View file

@ -292,10 +292,10 @@ calculated by adding 256 to the GLUT key value in glut.h.
<key n="43"> <key n="43">
<name>+</name> <name>+</name>
<desc>Let ATC repeat the last message.</desc> <desc>Let ATC/instructor repeat last message.</desc>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>screen.atc_repeat()</script> <script>screen.msg_repeat()</script>
</binding> </binding>
</key> </key>