finished sound support

This commit is contained in:
Heiko Koehn 2011-06-11 18:54:06 +02:00
parent d9fa473a41
commit f8da36d44f
5 changed files with 42 additions and 9 deletions

View file

@ -86,7 +86,7 @@ void TMap::deleteRoom( int id )
}
qDebug()<<"====> finally remoning room ID:"<<id;
rooms.remove( id );
mMapGraphNeedsUpdate = true;
delete pR;
}
QList<QString> kL = hashTable.keys(id);
@ -114,6 +114,7 @@ void TMap::deleteArea( int id )
}
areas.remove( id );
areaNamesMap.remove( id );
mMapGraphNeedsUpdate = true;
}
}