| 842 | } |
| 843 | |
| 844 | void CWorldObjectsRobotDialog::OnRobotEditPhysics() { |
| 845 | #if 0 // LGT: CopyPhysicsData undefined |
| 846 | CPhysicsDlg dlg; |
| 847 | |
| 848 | CopyPhysicsData(&dlg,&Robots[D3EditState.current_robot].phys_info); |
| 849 | |
| 850 | if (dlg.DoModal() == IDOK) |
| 851 | CopyPhysicsData(&Robots[D3EditState.current_robot].phys_info,&dlg); |
| 852 | #endif |
| 853 | } |
| 854 | |
| 855 | void CWorldObjectsRobotDialog::OnRobotUsesAI() { |
| 856 | #if 0 // LGT: undeclared symbols |