mirror of
https://github.com/Mudlet/Mudlet
synced 2026-08-13 18:26:27 -04:00
Subset of clang-format changes. (#978)
This commit is contained in:
parent
d273e3d105
commit
f2aa9d3786
3 changed files with 1331 additions and 1287 deletions
|
|
@ -550,7 +550,7 @@ const QMultiMap<int, QPair<QString, int>> TArea::getAreaExitRoomData() const
|
|||
case DIR_OTHER: roomsWithOtherAreaSpecialExits.insert(itAreaExit.key()); break;
|
||||
default:
|
||||
qWarning("TArea::getAreaExitRoomData() Warning: unrecognised exit code %i found for exit from room %i to room %i.",
|
||||
itAreaExit.value().second, itAreaExit.key(), itAreaExit.value().first );
|
||||
itAreaExit.value().second, itAreaExit.key(), itAreaExit.value().first);
|
||||
}
|
||||
if (!exitData.first.isEmpty()) {
|
||||
results.insert(itAreaExit.key(), exitData);
|
||||
|
|
|
|||
1604
src/TRoom.cpp
1604
src/TRoom.cpp
File diff suppressed because it is too large
Load diff
1012
src/TRoomDB.cpp
1012
src/TRoomDB.cpp
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue