Project

General

Profile

Bug #1641 ยป 1641.patch

Dean Brown, 07/31/2025 10:52 PM

View differences:

client/gui-qt/pages.cpp
while (true) { // Until breaks out
const char *line = secfile_lookup_str_default(sf, nullptr,
"player%d.map_t%04d",
curr_player, nat_y++);
curr_player, nat_y);
if (line == nullptr) {
break;
}
nat_y++;
nat_x = strlen(line);
str_pixmap = str_pixmap + line;
}
    (1-1/1)