Disable moving group dialog

This commit is contained in:
ebayShopper
2016-11-29 12:14:08 -05:00
committed by GitHub
parent 77d5ffc3eb
commit 429a6aec9b

View File

@@ -106,7 +106,7 @@ class DZ_GroupButton: RscButton {
class DZ_GroupDialog {
idd = 80000;
movingEnable = 1;
movingEnable = 0;
enableSimulation = 1;
class ControlsBackground {
@@ -224,4 +224,4 @@ class DZ_GroupDialog {
y = .5765;
};
};
};
};