MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnRoomJoinRoomsExact

Method OnRoomJoinRoomsExact

editor/editorView.cpp:1167–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165}
1166
1167void CEditorView::OnRoomJoinRoomsExact() {
1168 if ((Markedroomp == NULL) || (Markedface == -1)) {
1169 OutrageMessageBox("You must have a marked face to use this function.");
1170 return;
1171 }
1172
1173 JoinRoomsExact(Curroomp, Curface, Markedroomp, Markedface);
1174}
1175
1176#define POPUP_OUTLINE_ON 0x60
1177#define POPUP_OUTLINE_MINE 0x61

Callers

nothing calls this directly

Calls 2

OutrageMessageBoxFunction · 0.85
JoinRoomsExactFunction · 0.85

Tested by

no test coverage detected