home
·
contact
·
privacy
projects
/
plomrogue2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
075ed2b
)
Fix fail failure.
author
Christian Heller
<c.heller@plomlompom.de>
Fri, 11 Dec 2020 06:24:37 +0000
(07:24 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Fri, 11 Dec 2020 06:24:37 +0000
(07:24 +0100)
rogue_chat.html
patch
|
blob
|
history
diff --git
a/rogue_chat.html
b/rogue_chat.html
index ba49e868e16dcf77f7856e757d100e0338af2157..23d1a574679c804582021ef1d53b4fe6997e3cfa 100644
(file)
--- a/
rogue_chat.html
+++ b/
rogue_chat.html
@@
-772,7
+772,7
@@
let tui = {
function fail(msg, return_mode) {
tui.log_msg('? ' + msg);
terminal.blink_screen();
- t
his
.switch_mode(return_mode);
+ t
ui
.switch_mode(return_mode);
}
if (this.mode && this.mode.name == 'control_tile_draw') {