Localize K.

This commit is contained in:
Eric S. Raymond 2017-06-12 06:13:00 -04:00
parent 5535c509eb
commit c0a450c4d6
2 changed files with 3 additions and 7 deletions

4
TODO
View file

@ -11,10 +11,6 @@ remain to be cleaned up:
in playermove() is particularly horrible, jumping backwards into the
middle of a loop.
* In playermove(), why doesn't replacing the global motion number K
with a passed-in argument work? There's some unobvious information
leak here.
* The way return values from handlers such as 2012 trigger side effects
based on global state is nasty.