This code snippet failed in zquest.cpp with a vector subscript out of range:

Code:
				for(int32_t j=0; j<num_combo_cols; ++j) //the actual panes
				{
					for(int32_t i=0; i<(comboaliaslist[j].w*comboaliaslist[j].h); i++)
					{
						int32_t cid=-1; int8_t cs=CSet;
						combo_pool const& cp = combo_pools[combo_pool_listpos[j]+i];
						
						auto& list = comboaliaslist[j];
						if(cp.get_w(cid,cs,0) && !combobuf[cid].tile)
The last line above had a failed debug assertion in operator[] with cid == 1769172585