diff --git a/src/mouse.cpp b/src/mouse.cpp index 1c73dd2..0826713 100644 --- a/src/mouse.cpp +++ b/src/mouse.cpp @@ -1138,6 +1138,7 @@ void GraphicsWindow::MouseLeftDown(double mx, double my, bool shiftDown, bool ct AddToPending(hr); Request *r = SK.GetRequest(hr); r->file = pending.filename; + r->construction = true; for(int i = 1; i <= 4; i++) { SK.GetEntity(hr.entity(i))->PointForceTo(v);