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

Method End

editor/ObjMoveManager.cpp:140–146  ·  view source on GitHub ↗

ends current object movement

Source from the content-addressed store, hash-verified

138
139// ends current object movement
140void ObjectMoveManager::End() {
141 //@@ SetCursor(hOldCursor);
142 //@@ ClipCursor(NULL);
143 m_DragState = 0;
144 Object_moved = 0;
145 World_changed = 1;
146}
147
148#define ROTATE_SCALE (256.0f * 20.0f / ((obj->size < 10.0f) ? 10.0f : obj->size))
149

Callers 1

DeferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected