| 869 | } |
| 870 | |
| 871 | void CWorldObjectsRobotDialog::OnRobotEditAI() { |
| 872 | #if 0 // LGT: CopyAIData undefined |
| 873 | CAISettingsDlg dlg; |
| 874 | |
| 875 | CopyAIData(&dlg,&Robots[D3EditState.current_robot].ai_info); |
| 876 | |
| 877 | if (dlg.DoModal() == IDOK) |
| 878 | CopyAIData(&Robots[D3EditState.current_robot].ai_info,&dlg); |
| 879 | #endif |
| 880 | } |
| 881 | |
| 882 | void CWorldObjectsRobotDialog::OnKillfocusScriptid() { |
| 883 | #if 0 // LGT: script_handle undefined |