Qt: update a couple of source comments

This commit is contained in:
PatR
2020-11-06 16:48:35 -08:00
parent 096511b509
commit ca5cc4bb4b
2 changed files with 6 additions and 4 deletions

View File

@@ -1195,7 +1195,7 @@ void NetHackQtTextWindow::Search()
// when no row is highlighted (selected), start the search
// on the current row, otherwise start on the row after it
// [normally means that the very first row is a candidate
// for containgin the target during the very first search]
// for containing the target during the very first search]
int startln = lines->selectedItems().count();
for (int i = startln; i < linecount; ++i) {
int lnum = (i + current) % linecount;