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

Method OnLgDallasRadio

editor/levelkeypad.cpp:1032–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032void levelkeypad::OnLgDallasRadio() {
1033 int flags = LGF_COMP_MASK;
1034 Level_goals.GoalStatus(m_current_goal, LO_CLEAR_SPECIFIED, &flags, true);
1035
1036 flags = LGF_COMP_DALLAS;
1037 Level_goals.GoalStatus(m_current_goal, LO_SET_SPECIFIED, &flags, true);
1038}
1039
1040void levelkeypad::OnSelendokLevelgoalRoomCombo() {
1041 int handle = m_room_combo.GetSelected();

Callers

nothing calls this directly

Calls 1

GoalStatusMethod · 0.80

Tested by

no test coverage detected