stopWaitForInput needs to check for same cc
This commit is contained in:
@@ -75,8 +75,9 @@
|
|||||||
(method :Void startWaitForInput [:Continuation cc]
|
(method :Void startWaitForInput [:Continuation cc]
|
||||||
(set nextCC cc))
|
(set nextCC cc))
|
||||||
|
|
||||||
(method :Void stopWaitForInput []
|
(method :Void stopWaitForInput [:Continuation cc]
|
||||||
(set nextCC null))
|
(when (= nextCC cc)
|
||||||
|
(set nextCC null)))
|
||||||
|
|
||||||
(var TITLE_Y 240)
|
(var TITLE_Y 240)
|
||||||
(var TITLE_SIZE 72)
|
(var TITLE_SIZE 72)
|
||||||
|
Reference in New Issue
Block a user