I added a bookstore and now I am getting an assertion failure on cave-map.c line 178. The line with context says:
178: assert((int) g->f_idx <= FEAT_PASS_RUBBLE);
179: if (!g->hallucinate)
180: assert((int)g->m_idx < cave->mon_max);
I have no idea what this means.
(Trying to edit the indentations back in.)
Didn't work though.
178: assert((int) g->f_idx <= FEAT_PASS_RUBBLE);
179: if (!g->hallucinate)
180: assert((int)g->m_idx < cave->mon_max);
I have no idea what this means.
(Trying to edit the indentations back in.)
Didn't work though.
Comment