home · contact · privacy
Fix sign editing bugs.
[plomrogue2] / rogue_chat.html
index 9f02d8dc790675dd29a7047ff8fae2d53d8ffdec..54ff72b1e4aa243a645186229276600d15fe55bc 100644 (file)
@@ -816,6 +816,8 @@ let tui = {
     }
     this.draw_face = false;
     this.tile_draw = false;
+    this.ascii_draw_stage = 0;
+    this.full_ascii_draw = '';
     if (mode_name == 'command_thing' && (!game.player.carrying
                                          || !game.player.carrying.commandable)) {
         return fail('not carrying anything commandable');