diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-18 00:36:17 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-18 00:36:17 +0200 |
commit | 8ad11d5114bab53c57323081ea0a042c60667926 (patch) | |
tree | ed7eea25022c1566f68976bcfa95fcd4403e8206 | |
parent | 3f82941e685ce8c8b17f22a7c8b7b926e27b830f (diff) |
skip "both user and bot can control" mode
-rw-r--r-- | gui.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -247,9 +247,6 @@ def draw_frame(): elif not input and not bot_input: input = True bot_input = False - elif input and not bot_input: - input = True - bot_input = True else: input = False bot_input = True |