| 1304 | } |
| 1305 | |
| 1306 | void CLightingDialog::OnCurroomRadiosity() { |
| 1307 | MessageBox("I will now calculate radiosity for the current room. You may prematurely break out by pressing any key " |
| 1308 | "during the calculations", |
| 1309 | "Message", MB_OK); |
| 1310 | |
| 1311 | DoRadiosityForCurrentRoom(Curroomp); |
| 1312 | World_changed = 1; |
| 1313 | } |
| 1314 | |
| 1315 | void DoTerrainDynamicTable(); |
| 1316 | void CLightingDialog::OnDynamicTerrain() { |
nothing calls this directly
no test coverage detected