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

Function SelectNextFace

editor/HRoom.cpp:427–431  ·  view source on GitHub ↗

Select next face on current room

Source from the content-addressed store, hash-verified

425
426// Select next face on current room
427void SelectNextFace() {
428 if (++Curface >= Curroomp->num_faces)
429 Curface = 0;
430 State_changed = 1;
431}
432
433// Select previous face on current room
434void SelectPrevFace() {

Callers 1

OnRoomNextFaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected