infoviewer_bb.cpp: dont map caid 0x1700 any longer

This commit is contained in:
GetAway
2019-11-01 14:10:59 +01:00
parent fdd24f73ca
commit a603c5d8a4

View File

@@ -840,8 +840,6 @@ void CInfoViewerBB::paint_ca_icons(int notfirst)
bool found = false;
for(casys_map_iterator_t it = channel->camap.begin(); it != channel->camap.end(); ++it) {
int caid = (*it) & 0xFF00;
if (caid == 0x1700)
caid = 0x0600;
if((found = (caid == caids[i])))
break;
}