| 552 | } |
| 553 | |
| 554 | void CTerrainDialog::OnTerrpadRenormalize() { |
| 555 | mprintf(0, "Building terrain normals...this might take a couple of seconds.\n"); |
| 556 | |
| 557 | Terrain_checksum = -1; |
| 558 | BuildMinMaxTerrain(); |
| 559 | BuildTerrainNormals(); |
| 560 | State_changed = 1; |
| 561 | } |
| 562 | |
| 563 | void CTerrainDialog::OnTerrpadRaise10() { |
| 564 | for (int i = 0; i < TERRAIN_DEPTH * TERRAIN_WIDTH; i++) { |
nothing calls this directly
no test coverage detected