mirror of
https://github.com/Mudlet/Mudlet
synced 2026-08-13 18:26:27 -04:00
finished sound support
This commit is contained in:
parent
d9fa473a41
commit
f8da36d44f
5 changed files with 42 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue