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

Function SelectPrevFace

editor/HRoom.cpp:434–438  ·  view source on GitHub ↗

Select previous face on current room

Source from the content-addressed store, hash-verified

432
433// Select previous face on current room
434void SelectPrevFace() {
435 if (--Curface < 0)
436 Curface = Curroomp->num_faces - 1;
437 State_changed = 1;
438}
439
440#define DEFAULT_ROOM_LENGTH 20.0
441

Callers 1

OnRoomPreviousFaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected