travis build failure on 1 of 7 configurations

This commit is contained in:
nhmall
2019-12-05 20:46:13 -05:00
parent d3ba4c85f0
commit cb20548d17
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ char NetHackQtYnDialog::Exec()
}
if ( question.indexOf("what direction") >= 0 ) {
// We replace this regardless, since sometimes you get choices.
const char* d = Cmd.dirchars;
const char* d = g.Cmd.dirchars;
enable=ch;
ch="";
ch.append(d[1]);