home · contact · privacy
Fix sign editing bugs.
[plomrogue2] / rogue_chat_curses.py
index 65d5a339c013558cde62127d4ba8264f6d8b16f7..c4d0ddf5b6ae023dd1b09c1cd9401645aef8211c 100755 (executable)
@@ -706,6 +706,8 @@ class TUI:
             self.log_msg('@ finished tile protection drawing.')
         self.draw_face = False
         self.tile_draw = False
+        self.ascii_draw_stage = 0
+        self.full_ascii_draw = ''
         if mode_name == 'command_thing' and\
            (not self.game.player.carrying or
             not self.game.player.carrying.commandable):