| 1314 | |
| 1315 | void DoTerrainDynamicTable(); |
| 1316 | void CLightingDialog::OnDynamicTerrain() { |
| 1317 | if ((MessageBox("Are you sure you wish to do dynamic lighting on the terrain. The reason I ask is that this " |
| 1318 | "procedure takes a long time, and I don't want to upset you.", |
| 1319 | "Question", MB_YESNO)) == IDYES) |
| 1320 | DoTerrainDynamicTable(); |
| 1321 | } |
| 1322 | |
| 1323 | void CLightingDialog::OnBlurLightmaps() { |
| 1324 |
nothing calls this directly
no test coverage detected