Localize K.
[open-adventure.git] / TODO
diff --git a/TODO b/TODO
index 6abcb59866ad0c68ac07bac9f51b669acfa3d59f..218ca91a68841d75ee690b20fd5d188dbc0c3ed8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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.